#DEC29F

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

Shades of Raffia #DEC29F

Tints of Raffia #DEC29F

Color information

#DEC29F (or 0xDEC29F) is unknown color: approx Raffia. HEX triplet: DE, C2 and 9F. RGB value is (222,194,159). Sum of RGB (Red+Green+Blue) = 222+194+159=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29F is #213D60. Grayscale: #C6C6C6. Windows color (decimal): -2178401 or 10470110. OLE color: 10470110.

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

Color convert

RGB222194159-
CMYK00.130.280.13
HSL33.33º48.84%74.71%-
HSV(B)33.33º28.38%87.06%-
XYZ55.6756.6240.79-
YUV198.38105.78144.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=38.61%
G=33.74%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219415900.130.280.1333.3348.8474.71
HexDEC29F0D1CD21314b
Octal33630223701534154161113
Binary110111101100001010011111011011110011011000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC29F; }

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

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

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

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

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

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

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

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