#D29C79

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

Shades of Feldspar #D29C79

Tints of Feldspar #D29C79

Color information

#D29C79 (or 0xD29C79) is unknown color: approx Feldspar. HEX triplet: D2, 9C and 79. RGB value is (210,156,121). Sum of RGB (Red+Green+Blue) = 210+156+121=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C79 is #2D6386. Grayscale: #A8A8A8. Windows color (decimal): -2974599 or 7970002. OLE color: 7970002.

HSL color Cylindrical-coordinate representation of color #D29C79: hue angle of 23.6º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D29C79 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210156121-
CMYK00.260.420.18
HSL23.6º49.72%64.9%-
HSV(B)23.6º42.38%82.35%-
XYZ41.9238.8623.38-
YUV168.16101.39157.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=43.12%
G=32.03%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015612100.260.420.1823.649.7264.9
HexD29C7901A2A12183241
Octal32223417103252223062101
Binary1101001010011100111100101101010101010010110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C79; }

 p { color: rgb(210,156,121); }

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

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

 a { background-color: rgb(210,156,121); }

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

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

 span { border-color: rgb(210,156,121); }

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