#D9C09F

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

Shades of Raffia #D9C09F

Tints of Raffia #D9C09F

Color information

#D9C09F (or 0xD9C09F) is unknown color: approx Raffia. HEX triplet: D9, C0 and 9F. RGB value is (217,192,159). Sum of RGB (Red+Green+Blue) = 217+192+159=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C09F is #263F60. Grayscale: #C3C3C3. Windows color (decimal): -2506593 or 10469593. OLE color: 10469593.

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

Color convert

RGB217192159-
CMYK00.120.270.15
HSL34.14º43.28%73.73%-
HSV(B)34.14º26.73%85.1%-
XYZ53.7254.9540.58-
YUV195.71107.28143.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=38.20%
G=33.80%
B=27.99%

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
Decimal21719215900.120.270.1534.1443.2873.73
HexD9C09F0C1BF222b4a
Octal33130023701433174253112
Binary110110011100000010011111011001101111111000101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C09F; }

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

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

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

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

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

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

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

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