#DFCDAA

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

Shades of Raffia #DFCDAA

Tints of Raffia #DFCDAA

Color information

#DFCDAA (or 0xDFCDAA) is unknown color: approx Raffia. HEX triplet: DF, CD and AA. RGB value is (223,205,170). Sum of RGB (Red+Green+Blue) = 223+205+170=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDAA is #203255. Grayscale: #CECECE. Windows color (decimal): -2110038 or 11193823. OLE color: 11193823.

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

Color convert

RGB223205170-
CMYK00.080.240.13
HSL39.62º45.3%77.06%-
HSV(B)39.62º23.77%87.45%-
XYZ59.5262.2546.91-
YUV206.39107.46139.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=37.29%
G=34.28%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320517000.080.240.1339.6245.377.06
HexDFCDAA0818D282d4d
Octal33731525201030155055115
Binary110111111100110110101010010001100011011010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDAA; }

 p { color: rgb(223,205,170); }

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

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

 a { background-color: rgb(223,205,170); }

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

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

 span { border-color: rgb(223,205,170); }

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