#DECCA9

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

Shades of Raffia #DECCA9

Tints of Raffia #DECCA9

Color information

#DECCA9 (or 0xDECCA9) is unknown color: approx Raffia. HEX triplet: DE, CC and A9. RGB value is (222,204,169). Sum of RGB (Red+Green+Blue) = 222+204+169=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA9 is #213356. Grayscale: #CDCDCD. Windows color (decimal): -2175831 or 11128030. OLE color: 11128030.

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

Color convert

RGB222204169-
CMYK00.080.240.13
HSL39.62º44.54%76.67%-
HSV(B)39.62º23.87%87.06%-
XYZ58.8861.5846.32-
YUV205.39107.46139.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=37.31%
G=34.29%
B=28.40%

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
Decimal22220416900.080.240.1339.6244.5476.67
HexDECCA90818D282d4d
Octal33631425101030155055115
Binary110111101100110010101001010001100011011010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCA9; }

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

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

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

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

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

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

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

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