#DFCAA8

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

Shades of Raffia #DFCAA8

Tints of Raffia #DFCAA8

Color information

#DFCAA8 (or 0xDFCAA8) is unknown color: approx Raffia. HEX triplet: DF, CA and A8. RGB value is (223,202,168). Sum of RGB (Red+Green+Blue) = 223+202+168=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA8 is #203557. Grayscale: #CCCCCC. Windows color (decimal): -2110808 or 11061983. OLE color: 11061983.

HSL color Cylindrical-coordinate representation of color #DFCAA8: hue angle of 37.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFCAA8 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB223202168-
CMYK00.090.250.13
HSL37.09º46.22%76.67%-
HSV(B)37.09º24.66%87.45%-
XYZ58.6260.7645.68-
YUV204.4107.46141.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 168 (66.02% from 255) = 28.33%
R=37.61%
G=34.06%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320216800.090.250.1337.0946.2276.67
HexDFCAA80919D252e4d
Octal33731225001131154556115
Binary110111111100101010101000010011100111011001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAA8; }

 p { color: rgb(223,202,168); }

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

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

 a { background-color: rgb(223,202,168); }

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

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

 span { border-color: rgb(223,202,168); }

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