#DFCCAA

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

Shades of Raffia #DFCCAA

Tints of Raffia #DFCCAA

Color information

#DFCCAA (or 0xDFCCAA) is unknown color: approx Raffia. HEX triplet: DF, CC and AA. RGB value is (223,204,170). Sum of RGB (Red+Green+Blue) = 223+204+170=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCAA is #203355. Grayscale: #CDCDCD. Windows color (decimal): -2110294 or 11193567. OLE color: 11193567.

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

Color convert

RGB223204170-
CMYK00.090.240.13
HSL38.49º45.3%77.06%-
HSV(B)38.49º23.77%87.45%-
XYZ59.2861.7846.83-
YUV205.8107.79140.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=37.35%
G=34.17%
B=28.48%

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
Decimal22320417000.090.240.1338.4945.377.06
HexDFCCAA0918D262d4d
Octal33731425201130154655115
Binary110111111100110010101010010011100011011001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCAA; }

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

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

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

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

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

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

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

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