#D9C7AB

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

Shades of Raffia #D9C7AB

Tints of Raffia #D9C7AB

Color information

#D9C7AB (or 0xD9C7AB) is unknown color: approx Raffia. HEX triplet: D9, C7 and AB. RGB value is (217,199,171). Sum of RGB (Red+Green+Blue) = 217+199+171=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C7AB is #263854. Grayscale: #C9C9C9. Windows color (decimal): -2504789 or 11257817. OLE color: 11257817.

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

Color convert

RGB217199171-
CMYK00.080.210.15
HSL36.52º37.7%76.08%-
HSV(B)36.52º21.2%85.1%-
XYZ56.3958.5446.86-
YUV201.19110.96139.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=36.97%
G=33.90%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719917100.080.210.1536.5237.776.08
HexD9C7AB0815F25264c
Octal33130725301025174546114
Binary110110011100011110101011010001010111111001011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7AB; }

 p { color: rgb(217,199,171); }

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

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

 a { background-color: rgb(217,199,171); }

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

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

 span { border-color: rgb(217,199,171); }

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