#DEC19D

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

Shades of Raffia #DEC19D

Tints of Raffia #DEC19D

Color information

#DEC19D (or 0xDEC19D) is unknown color: approx Raffia. HEX triplet: DE, C1 and 9D. RGB value is (222,193,157). Sum of RGB (Red+Green+Blue) = 222+193+157=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19D is #213E62. Grayscale: #C5C5C5. Windows color (decimal): -2178659 or 10338782. OLE color: 10338782.

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

Color convert

RGB222193157-
CMYK00.130.290.13
HSL33.23º49.62%74.31%-
HSV(B)33.23º29.28%87.06%-
XYZ55.2856.139.81-
YUV197.57105.11145.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=38.81%
G=33.74%
B=27.45%

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
Decimal22219315700.130.290.1333.2349.6274.31
HexDEC19D0D1DD21324a
Octal33630123501535154162112
Binary110111101100000110011101011011110111011000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC19D; }

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

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

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

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

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

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

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

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