#DECDA6

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

Shades of Raffia #DECDA6

Tints of Raffia #DECDA6

Color information

#DECDA6 (or 0xDECDA6) is unknown color: approx Raffia. HEX triplet: DE, CD and A6. RGB value is (222,205,166). Sum of RGB (Red+Green+Blue) = 222+205+166=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA6 is #213259. Grayscale: #CDCDCD. Windows color (decimal): -2175578 or 10931678. OLE color: 10931678.

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

Color convert

RGB222205166-
CMYK00.080.250.13
HSL41.79º45.9%76.08%-
HSV(B)41.79º25.23%87.06%-
XYZ58.8461.9544.93-
YUV205.64105.63139.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=37.44%
G=34.57%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220516600.080.250.1341.7945.976.08
HexDECDA60819D2a2e4c
Octal33631524601031155256114
Binary110111101100110110100110010001100111011010101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDA6; }

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

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

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

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

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

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

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

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