#DECDA9

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

Shades of Raffia #DECDA9

Tints of Raffia #DECDA9

Color information

#DECDA9 (or 0xDECDA9) is unknown color: approx Raffia. HEX triplet: DE, CD and A9. RGB value is (222,205,169). Sum of RGB (Red+Green+Blue) = 222+205+169=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA9 is #213256. Grayscale: #CECECE. Windows color (decimal): -2175575 or 11128286. OLE color: 11128286.

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

Color convert

RGB222205169-
CMYK00.080.240.13
HSL40.75º44.54%76.67%-
HSV(B)40.75º23.87%87.06%-
XYZ59.1262.0646.4-
YUV205.98107.13139.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 169 (66.41% from 255) = 28.36%
R=37.25%
G=34.40%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220516900.080.240.1340.7544.5476.67
HexDECDA90818D292d4d
Octal33631525101030155155115
Binary110111101100110110101001010001100011011010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDA9; }

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

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

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

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

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

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

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

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