#DEC19E

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

Shades of Raffia #DEC19E

Tints of Raffia #DEC19E

Color information

#DEC19E (or 0xDEC19E) is unknown color: approx Raffia. HEX triplet: DE, C1 and 9E. RGB value is (222,193,158). Sum of RGB (Red+Green+Blue) = 222+193+158=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19E is #213E61. Grayscale: #C5C5C5. Windows color (decimal): -2178658 or 10404318. OLE color: 10404318.

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

Color convert

RGB222193158-
CMYK00.130.290.13
HSL32.81º49.23%74.51%-
HSV(B)32.81º28.83%87.06%-
XYZ55.3756.1440.27-
YUV197.68105.61145.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=38.74%
G=33.68%
B=27.57%

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
Decimal22219315800.130.290.1332.8149.2374.51
HexDEC19E0D1DD21314b
Octal33630123601535154161113
Binary110111101100000110011110011011110111011000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC19E; }

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

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

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

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

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

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

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

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