#DECCA8

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

Shades of Raffia #DECCA8

Tints of Raffia #DECCA8

Color information

#DECCA8 (or 0xDECCA8) is unknown color: approx Raffia. HEX triplet: DE, CC and A8. RGB value is (222,204,168). Sum of RGB (Red+Green+Blue) = 222+204+168=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA8 is #213357. Grayscale: #CDCDCD. Windows color (decimal): -2175832 or 11062494. OLE color: 11062494.

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

Color convert

RGB222204168-
CMYK00.080.240.13
HSL40º45%76.47%-
HSV(B)40º24.32%87.06%-
XYZ58.7861.5445.83-
YUV205.28106.96139.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=37.37%
G=34.34%
B=28.28%

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
Decimal22220416800.080.240.13404576.47
HexDECCA80818D282d4c
Octal33631425001030155055114
Binary110111101100110010101000010001100011011010001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCA8; }

 p { color: rgb(222,204,168); }

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

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

 a { background-color: rgb(222,204,168); }

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

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

 span { border-color: rgb(222,204,168); }

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