#DECBA1

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

Shades of Raffia #DECBA1

Tints of Raffia #DECBA1

Color information

#DECBA1 (or 0xDECBA1) is unknown color: approx Raffia. HEX triplet: DE, CB and A1. RGB value is (222,203,161). Sum of RGB (Red+Green+Blue) = 222+203+161=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBA1 is #21345E. Grayscale: #CCCCCC. Windows color (decimal): -2176095 or 10603486. OLE color: 10603486.

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

Color convert

RGB222203161-
CMYK00.090.270.13
HSL41.31º48.03%75.1%-
HSV(B)41.31º27.48%87.06%-
XYZ57.9160.8142.4-
YUV203.89103.79140.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=37.88%
G=34.64%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220316100.090.270.1341.3148.0375.1
HexDECBA1091BD29304b
Octal33631324101133155160113
Binary110111101100101110100001010011101111011010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBA1; }

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

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

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

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

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

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

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

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