#DECCA0

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

Shades of Raffia #DECCA0

Tints of Raffia #DECCA0

Color information

#DECCA0 (or 0xDECCA0) is unknown color: approx Raffia. HEX triplet: DE, CC and A0. RGB value is (222,204,160). Sum of RGB (Red+Green+Blue) = 222+204+160=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA0 is #21335F. Grayscale: #CCCCCC. Windows color (decimal): -2175840 or 10538206. OLE color: 10538206.

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

Color convert

RGB222204160-
CMYK00.080.280.13
HSL42.58º48.44%74.9%-
HSV(B)42.58º27.93%87.06%-
XYZ58.0661.2542.02-
YUV204.37102.96140.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=37.88%
G=34.81%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220416000.080.280.1342.5848.4474.9
HexDECCA0081CD2b304b
Octal33631424001034155360113
Binary110111101100110010100000010001110011011010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCA0; }

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

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

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

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

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

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

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

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