#DEC19C

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

Shades of Raffia #DEC19C

Tints of Raffia #DEC19C

Color information

#DEC19C (or 0xDEC19C) is unknown color: approx Raffia. HEX triplet: DE, C1 and 9C. RGB value is (222,193,156). Sum of RGB (Red+Green+Blue) = 222+193+156=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19C is #213E63. Grayscale: #C5C5C5. Windows color (decimal): -2178660 or 10273246. OLE color: 10273246.

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

Color convert

RGB222193156-
CMYK00.130.300.13
HSL33.64º50%74.12%-
HSV(B)33.64º29.73%87.06%-
XYZ55.1956.0739.37-
YUV197.45104.61145.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=38.88%
G=33.80%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219315600.130.300.1333.645074.12
HexDEC19C0D1ED22324a
Octal33630123401536154262112
Binary110111101100000110011100011011111011011000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC19C; }

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

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

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

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

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

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

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

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