#decb9f

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

Shades of Raffia #DECB9F

Tints of Raffia #DECB9F

Color information

#DECB9F (or 0xDECB9F) is unknown color: approx Raffia. HEX triplet: DE, CB and 9F. RGB value is (222,203,159). Sum of RGB (Red+Green+Blue) = 222+203+159=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB9F is #213460. Grayscale: #CBCBCB. Windows color (decimal): -2176097 or 10472414. OLE color: 10472414.

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

Color convert

RGB222203159-
CMYK00.090.280.13
HSL41.9º48.84%74.71%-
HSV(B)41.9º28.38%87.06%-
XYZ57.7460.7441.48-
YUV203.66102.79141.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=38.01%
G=34.76%
B=27.23%

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
Decimal22220315900.090.280.1341.948.8474.71
HexDECB9F091CD2a314b
Octal33631323701134155261113
Binary110111101100101110011111010011110011011010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #decb9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #decb9f; }

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

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

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

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

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

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

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

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