#D9C9A9

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

Shades of Raffia #D9C9A9

Tints of Raffia #D9C9A9

Color information

#D9C9A9 (or 0xD9C9A9) is unknown color: approx Raffia. HEX triplet: D9, C9 and A9. RGB value is (217,201,169). Sum of RGB (Red+Green+Blue) = 217+201+169=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C9A9 is #263656. Grayscale: #CACACA. Windows color (decimal): -2504279 or 11127257. OLE color: 11127257.

HSL color Cylindrical-coordinate representation of color #D9C9A9: hue angle of 40º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C9A9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217201169-
CMYK00.070.220.15
HSL40º38.71%75.69%-
HSV(B)40º22.12%85.1%-
XYZ56.6659.3946.01-
YUV202.14109.3138.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=36.97%
G=34.24%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720116900.070.220.154038.7175.69
HexD9C9A90716F28274c
Octal3313112510726175047114
Binary11011001110010011010100101111011011111010001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9A9; }

 p { color: rgb(217,201,169); }

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

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

 a { background-color: rgb(217,201,169); }

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

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

 span { border-color: rgb(217,201,169); }

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