#DFCCA9

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

Shades of Raffia #DFCCA9

Tints of Raffia #DFCCA9

Color information

#DFCCA9 (or 0xDFCCA9) is unknown color: approx Raffia. HEX triplet: DF, CC and A9. RGB value is (223,204,169). Sum of RGB (Red+Green+Blue) = 223+204+169=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA9 is #203356. Grayscale: #CDCDCD. Windows color (decimal): -2110295 or 11128031. OLE color: 11128031.

HSL color Cylindrical-coordinate representation of color #DFCCA9: hue angle of 38.89º 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 #DFCCA9 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223204169-
CMYK00.090.240.13
HSL38.89º45.76%76.86%-
HSV(B)38.89º24.22%87.45%-
XYZ59.1961.7446.33-
YUV205.69107.29140.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 169 (66.41% from 255) = 28.36%
R=37.42%
G=34.23%
B=28.36%

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
Decimal22320416900.090.240.1338.8945.7676.86
HexDFCCA90918D272e4d
Octal33731425101130154756115
Binary110111111100110010101001010011100011011001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCA9; }

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

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

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

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

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

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

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

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