#D9C7AA

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

Shades of Raffia #D9C7AA

Tints of Raffia #D9C7AA

Color information

#D9C7AA (or 0xD9C7AA) is unknown color: approx Raffia. HEX triplet: D9, C7 and AA. RGB value is (217,199,170). Sum of RGB (Red+Green+Blue) = 217+199+170=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C7AA is #263855. Grayscale: #C9C9C9. Windows color (decimal): -2504790 or 11192281. OLE color: 11192281.

HSL color Cylindrical-coordinate representation of color #D9C7AA: hue angle of 37.02º degrees, saturation: 0.38, 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 #D9C7AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217199170-
CMYK00.080.220.15
HSL37.02º38.21%75.88%-
HSV(B)37.02º21.66%85.1%-
XYZ56.2958.546.35-
YUV201.08110.46139.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=37.03%
G=33.96%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719917000.080.220.1537.0238.2175.88
HexD9C7AA0816F25264c
Octal33130725201026174546114
Binary110110011100011110101010010001011011111001011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7AA; }

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

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

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

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

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

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

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

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