#DFCBA9

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

Shades of Raffia #DFCBA9

Tints of Raffia #DFCBA9

Color information

#DFCBA9 (or 0xDFCBA9) is unknown color: approx Raffia. HEX triplet: DF, CB and A9. RGB value is (223,203,169). Sum of RGB (Red+Green+Blue) = 223+203+169=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA9 is #203456. Grayscale: #CDCDCD. Windows color (decimal): -2110551 or 11127775. OLE color: 11127775.

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

Color convert

RGB223203169-
CMYK00.090.240.13
HSL37.78º45.76%76.86%-
HSV(B)37.78º24.22%87.45%-
XYZ58.9561.2646.25-
YUV205.1107.63140.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=37.48%
G=34.12%
B=28.40%

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
Decimal22320316900.090.240.1337.7845.7676.86
HexDFCBA90918D262e4d
Octal33731325101130154656115
Binary110111111100101110101001010011100011011001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBA9; }

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

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

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

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

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

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

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

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