#DECBAB

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

Shades of Raffia #DECBAB

Tints of Raffia #DECBAB

Color information

#DECBAB (or 0xDECBAB) is unknown color: approx Raffia. HEX triplet: DE, CB and AB. RGB value is (222,203,171). Sum of RGB (Red+Green+Blue) = 222+203+171=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBAB is #213454. Grayscale: #CDCDCD. Windows color (decimal): -2176085 or 11258846. OLE color: 11258846.

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

Color convert

RGB222203171-
CMYK00.090.230.13
HSL37.65º43.59%77.06%-
HSV(B)37.65º22.97%87.06%-
XYZ58.8361.1847.24-
YUV205.03108.79140.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=37.25%
G=34.06%
B=28.69%

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
Decimal22220317100.090.230.1337.6543.5977.06
HexDECBAB0917D262c4d
Octal33631325301127154654115
Binary110111101100101110101011010011011111011001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBAB; }

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

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

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

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

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

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

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

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