#D9C29E

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

Shades of Raffia #D9C29E

Tints of Raffia #D9C29E

Color information

#D9C29E (or 0xD9C29E) is unknown color: approx Raffia. HEX triplet: D9, C2 and 9E. RGB value is (217,194,158). Sum of RGB (Red+Green+Blue) = 217+194+158=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C29E is #263D61. Grayscale: #C4C4C4. Windows color (decimal): -2506082 or 10404569. OLE color: 10404569.

HSL color Cylindrical-coordinate representation of color #D9C29E: hue angle of 36.61º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9C29E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217194158-
CMYK00.110.270.15
HSL36.61º43.7%73.53%-
HSV(B)36.61º27.19%85.1%-
XYZ54.0855.840.27-
YUV196.77106.12142.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=38.14%
G=34.09%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719415800.110.270.1536.6143.773.53
HexD9C29E0B1BF252c4a
Octal33130223601333174554112
Binary110110011100001010011110010111101111111001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C29E; }

 p { color: rgb(217,194,158); }

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

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

 a { background-color: rgb(217,194,158); }

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

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

 span { border-color: rgb(217,194,158); }

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