#DECDA5

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

Shades of Raffia #DECDA5

Tints of Raffia #DECDA5

Color information

#DECDA5 (or 0xDECDA5) is unknown color: approx Raffia. HEX triplet: DE, CD and A5. RGB value is (222,205,165). Sum of RGB (Red+Green+Blue) = 222+205+165=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA5 is #21325A. Grayscale: #CDCDCD. Windows color (decimal): -2175579 or 10866142. OLE color: 10866142.

HSL color Cylindrical-coordinate representation of color #DECDA5: hue angle of 42.11º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DECDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222205165-
CMYK00.080.260.13
HSL42.11º46.34%75.88%-
HSV(B)42.11º25.68%87.06%-
XYZ58.7561.9144.45-
YUV205.52105.13139.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=37.5%
G=34.63%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220516500.080.260.1342.1146.3475.88
HexDECDA5081AD2a2e4c
Octal33631524501032155256114
Binary110111101100110110100101010001101011011010101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDA5; }

 p { color: rgb(222,205,165); }

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

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

 a { background-color: rgb(222,205,165); }

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

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

 span { border-color: rgb(222,205,165); }

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