#DEC29D

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

Shades of Raffia #DEC29D

Tints of Raffia #DEC29D

Color information

#DEC29D (or 0xDEC29D) is unknown color: approx Raffia. HEX triplet: DE, C2 and 9D. RGB value is (222,194,157). Sum of RGB (Red+Green+Blue) = 222+194+157=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29D is #213D62. Grayscale: #C6C6C6. Windows color (decimal): -2178403 or 10339038. OLE color: 10339038.

HSL color Cylindrical-coordinate representation of color #DEC29D: hue angle of 34.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEC29D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222194157-
CMYK00.130.290.13
HSL34.15º49.62%74.31%-
HSV(B)34.15º29.28%87.06%-
XYZ55.556.5539.89-
YUV198.15104.78145.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=38.74%
G=33.86%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219415700.130.290.1334.1549.6274.31
HexDEC29D0D1DD22324a
Octal33630223501535154262112
Binary110111101100001010011101011011110111011000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC29D; }

 p { color: rgb(222,194,157); }

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

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

 a { background-color: rgb(222,194,157); }

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

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

 span { border-color: rgb(222,194,157); }

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