#DEC697

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

Shades of Raffia #DEC697

Tints of Raffia #DEC697

Color information

#DEC697 (or 0xDEC697) is unknown color: approx Raffia. HEX triplet: DE, C6 and 97. RGB value is (222,198,151). Sum of RGB (Red+Green+Blue) = 222+198+151=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC697 is #213968. Grayscale: #C8C8C8. Windows color (decimal): -2177385 or 9946846. OLE color: 9946846.

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

Color convert

RGB222198151-
CMYK00.110.320.13
HSL39.72º51.82%73.14%-
HSV(B)39.72º31.98%87.06%-
XYZ55.958.1537.56-
YUV199.82100.45143.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 151 (59.38% from 255) = 26.44%
R=38.88%
G=34.68%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219815100.110.320.1339.7251.8273.14
HexDEC6970B20D283449
Octal33630622701340155064111
Binary1101111011000110100101110101110000011011010001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC697; }

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

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

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

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

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

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

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

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