#DEC197

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

Shades of Raffia #DEC197

Tints of Raffia #DEC197

Color information

#DEC197 (or 0xDEC197) is unknown color: approx Raffia. HEX triplet: DE, C1 and 97. RGB value is (222,193,151). Sum of RGB (Red+Green+Blue) = 222+193+151=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC197 is #213E68. Grayscale: #C5C5C5. Windows color (decimal): -2178665 or 9945566. OLE color: 9945566.

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

Color convert

RGB222193151-
CMYK00.130.320.13
HSL35.49º51.82%73.14%-
HSV(B)35.49º31.98%87.06%-
XYZ54.7855.937.18-
YUV196.88102.11145.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=39.22%
G=34.10%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219315100.130.320.1335.4951.8273.14
HexDEC1970D20D233449
Octal33630122701540154364111
Binary1101111011000001100101110110110000011011000111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC197; }

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

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

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

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

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

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

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

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