#DFCAA9

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

Shades of Raffia #DFCAA9

Tints of Raffia #DFCAA9

Color information

#DFCAA9 (or 0xDFCAA9) is unknown color: approx Raffia. HEX triplet: DF, CA and A9. RGB value is (223,202,169). Sum of RGB (Red+Green+Blue) = 223+202+169=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA9 is #203556. Grayscale: #CCCCCC. Windows color (decimal): -2110807 or 11127519. OLE color: 11127519.

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

Color convert

RGB223202169-
CMYK00.090.240.13
HSL36.67º45.76%76.86%-
HSV(B)36.67º24.22%87.45%-
XYZ58.7160.7946.18-
YUV204.52107.96141.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=37.54%
G=34.01%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320216900.090.240.1336.6745.7676.86
HexDFCAA90918D252e4d
Octal33731225101130154556115
Binary110111111100101010101001010011100011011001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAA9; }

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

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

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

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

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

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

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

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