#DFCAA6

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

Shades of Raffia #DFCAA6

Tints of Raffia #DFCAA6

Color information

#DFCAA6 (or 0xDFCAA6) is unknown color: approx Raffia. HEX triplet: DF, CA and A6. RGB value is (223,202,166). Sum of RGB (Red+Green+Blue) = 223+202+166=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAA6 is #203559. Grayscale: #CCCCCC. Windows color (decimal): -2110810 or 10930911. OLE color: 10930911.

HSL color Cylindrical-coordinate representation of color #DFCAA6: hue angle of 37.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFCAA6 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223202166-
CMYK00.090.260.13
HSL37.89º47.11%76.27%-
HSV(B)37.89º25.56%87.45%-
XYZ58.4360.6844.71-
YUV204.18106.46141.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=37.73%
G=34.18%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320216600.090.260.1337.8947.1176.27
HexDFCAA6091AD262f4c
Octal33731224601132154657114
Binary110111111100101010100110010011101011011001101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAA6; }

 p { color: rgb(223,202,166); }

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

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

 a { background-color: rgb(223,202,166); }

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

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

 span { border-color: rgb(223,202,166); }

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