#DFCCA6

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

Shades of Raffia #DFCCA6

Tints of Raffia #DFCCA6

Color information

#DFCCA6 (or 0xDFCCA6) is unknown color: approx Raffia. HEX triplet: DF, CC and A6. RGB value is (223,204,166). Sum of RGB (Red+Green+Blue) = 223+204+166=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA6 is #203359. Grayscale: #CDCDCD. Windows color (decimal): -2110298 or 10931423. OLE color: 10931423.

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

Color convert

RGB223204166-
CMYK00.090.260.13
HSL40º47.11%76.27%-
HSV(B)40º25.56%87.45%-
XYZ58.9161.6344.87-
YUV205.35105.79140.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=37.61%
G=34.40%
B=27.99%

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
Decimal22320416600.090.260.134047.1176.27
HexDFCCA6091AD282f4c
Octal33731424601132155057114
Binary110111111100110010100110010011101011011010001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCA6; }

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

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

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

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

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

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

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

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