#DFC9AA

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

Shades of Raffia #DFC9AA

Tints of Raffia #DFC9AA

Color information

#DFC9AA (or 0xDFC9AA) is unknown color: approx Raffia. HEX triplet: DF, C9 and AA. RGB value is (223,201,170). Sum of RGB (Red+Green+Blue) = 223+201+170=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AA is #203655. Grayscale: #CCCCCC. Windows color (decimal): -2111062 or 11192799. OLE color: 11192799.

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

Color convert

RGB223201170-
CMYK00.100.240.13
HSL35.09º45.3%77.06%-
HSV(B)35.09º23.77%87.45%-
XYZ58.5760.3646.59-
YUV204.04108.79141.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=37.54%
G=33.84%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320117000.100.240.1335.0945.377.06
HexDFC9AA0A18D232d4d
Octal33731125201230154355115
Binary110111111100100110101010010101100011011000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9AA; }

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

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

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

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

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

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

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

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