#DECAAC

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

Shades of Raffia #DECAAC

Tints of Raffia #DECAAC

Color information

#DECAAC (or 0xDECAAC) is unknown color: approx Raffia. HEX triplet: DE, CA and AC. RGB value is (222,202,172). Sum of RGB (Red+Green+Blue) = 222+202+172=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAAC is #213553. Grayscale: #CCCCCC. Windows color (decimal): -2176340 or 11324126. OLE color: 11324126.

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

Color convert

RGB222202172-
CMYK00.090.230.13
HSL36º43.1%77.25%-
HSV(B)36º22.52%87.06%-
XYZ58.6960.7547.66-
YUV204.56109.63140.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=37.25%
G=33.89%
B=28.86%

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
Decimal22220217200.090.230.133643.177.25
HexDECAAC0917D242b4d
Octal33631225401127154453115
Binary110111101100101010101100010011011111011001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAAC; }

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

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

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

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

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

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

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

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