#DECBA0

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

Shades of Raffia #DECBA0

Tints of Raffia #DECBA0

Color information

#DECBA0 (or 0xDECBA0) is unknown color: approx Raffia. HEX triplet: DE, CB and A0. RGB value is (222,203,160). Sum of RGB (Red+Green+Blue) = 222+203+160=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBA0 is #21345F. Grayscale: #CBCBCB. Windows color (decimal): -2176096 or 10537950. OLE color: 10537950.

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

Color convert

RGB222203160-
CMYK00.090.280.13
HSL41.61º48.44%74.9%-
HSV(B)41.61º27.93%87.06%-
XYZ57.8360.7841.94-
YUV203.78103.29141-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=37.95%
G=34.70%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220316000.090.280.1341.6148.4474.9
HexDECBA0091CD2a304b
Octal33631324001134155260113
Binary110111101100101110100000010011110011011010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBA0; }

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

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

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

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

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

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

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

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