#DECAAA

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

Shades of Raffia #DECAAA

Tints of Raffia #DECAAA

Color information

#DECAAA (or 0xDECAAA) is unknown color: approx Raffia. HEX triplet: DE, CA and AA. RGB value is (222,202,170). Sum of RGB (Red+Green+Blue) = 222+202+170=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAAA is #213555. Grayscale: #CCCCCC. Windows color (decimal): -2176342 or 11193054. OLE color: 11193054.

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

Color convert

RGB222202170-
CMYK00.090.230.13
HSL36.92º44.07%76.86%-
HSV(B)36.92º23.42%87.06%-
XYZ58.560.6746.66-
YUV204.33108.63140.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=37.37%
G=34.01%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220217000.090.230.1336.9244.0776.86
HexDECAAA0917D252c4d
Octal33631225201127154554115
Binary110111101100101010101010010011011111011001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAAA; }

 p { color: rgb(222,202,170); }

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

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

 a { background-color: rgb(222,202,170); }

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

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

 span { border-color: rgb(222,202,170); }

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