#D9C09E

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

Shades of Raffia #D9C09E

Tints of Raffia #D9C09E

Color information

#D9C09E (or 0xD9C09E) is unknown color: approx Raffia. HEX triplet: D9, C0 and 9E. RGB value is (217,192,158). Sum of RGB (Red+Green+Blue) = 217+192+158=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C09E is #263F61. Grayscale: #C3C3C3. Windows color (decimal): -2506594 or 10404057. OLE color: 10404057.

HSL color Cylindrical-coordinate representation of color #D9C09E: hue angle of 34.58º 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 #D9C09E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217192158-
CMYK00.120.270.15
HSL34.58º43.7%73.53%-
HSV(B)34.58º27.19%85.1%-
XYZ53.6454.9240.12-
YUV195.6106.78143.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=38.27%
G=33.86%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719215800.120.270.1534.5843.773.53
HexD9C09E0C1BF232c4a
Octal33130023601433174354112
Binary110110011100000010011110011001101111111000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C09E; }

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

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

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

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

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

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

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

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