#D29E75

Color #D29E75 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D29E75

Tints of Feldspar #D29E75

Color information

#D29E75 (or 0xD29E75) is unknown color: approx Feldspar. HEX triplet: D2, 9E and 75. RGB value is (210,158,117). Sum of RGB (Red+Green+Blue) = 210+158+117=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E75 is #2D618A. Grayscale: #A9A9A9. Windows color (decimal): -2974091 or 7708370. OLE color: 7708370.

HSL color Cylindrical-coordinate representation of color #D29E75: hue angle of 26.45º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D29E75 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210158117-
CMYK00.250.440.18
HSL26.45º50.82%64.12%-
HSV(B)26.45º44.29%82.35%-
XYZ42.0239.4422.23-
YUV168.8798.73157.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=43.30%
G=32.58%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015811700.250.440.1826.4550.8264.12
HexD29E750192C121a3340
Octal32223616503154223263100
Binary1101001010011110111010101100110110010010110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E75; }

 p { color: rgb(210,158,117); }

 H1.HeaderClassName
 {
   color: #D29E75;
 }
 .AnyTagClassName
 {
   color: #D29E75;
 }
</style>
background-color css

<style>
 a { background-color: #D29E75; }

 a { background-color: rgb(210,158,117); }

 div.DivClassName
 {
   background-color: #D29E75;
 }
 .BgClassName
 {
   background-color: #D29E75;
 }
</style>
border-color css

<style>
 span { border-color: #D29E75; }

 span { border-color: rgb(210,158,117); }

 td.TdClassName
 {
   border-color: #D29E75;
 }
 .TagClassName
 {
   border-color: #D29E75;
 }
</style>