#DECBA3

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

Shades of Raffia #DECBA3

Tints of Raffia #DECBA3

Color information

#DECBA3 (or 0xDECBA3) is unknown color: approx Raffia. HEX triplet: DE, CB and A3. RGB value is (222,203,163). Sum of RGB (Red+Green+Blue) = 222+203+163=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECBA3 is #21345C. Grayscale: #CCCCCC. Windows color (decimal): -2176093 or 10734558. OLE color: 10734558.

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

Color convert

RGB222203163-
CMYK00.090.270.13
HSL40.68º47.2%75.49%-
HSV(B)40.68º26.58%87.06%-
XYZ58.0960.8943.34-
YUV204.12104.79140.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=37.76%
G=34.52%
B=27.72%

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
Decimal22220316300.090.270.1340.6847.275.49
HexDECBA3091BD292f4b
Octal33631324301133155157113
Binary110111101100101110100011010011101111011010011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBA3; }

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

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

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

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

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

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

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

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