#DEC29E

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

Shades of Raffia #DEC29E

Tints of Raffia #DEC29E

Color information

#DEC29E (or 0xDEC29E) is unknown color: approx Raffia. HEX triplet: DE, C2 and 9E. RGB value is (222,194,158). Sum of RGB (Red+Green+Blue) = 222+194+158=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29E is #213D61. Grayscale: #C6C6C6. Windows color (decimal): -2178402 or 10404574. OLE color: 10404574.

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

Color convert

RGB222194158-
CMYK00.130.290.13
HSL33.75º49.23%74.51%-
HSV(B)33.75º28.83%87.06%-
XYZ55.5956.5840.34-
YUV198.27105.28144.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=38.68%
G=33.80%
B=27.53%

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
Decimal22219415800.130.290.1333.7549.2374.51
HexDEC29E0D1DD22314b
Octal33630223601535154261113
Binary110111101100001010011110011011110111011000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC29E; }

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

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

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

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

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

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

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

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