#DEC597

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

Shades of Raffia #DEC597

Tints of Raffia #DEC597

Color information

#DEC597 (or 0xDEC597) is unknown color: approx Raffia. HEX triplet: DE, C5 and 97. RGB value is (222,197,151). Sum of RGB (Red+Green+Blue) = 222+197+151=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC597 is #213A68. Grayscale: #C7C7C7. Windows color (decimal): -2177641 or 9946590. OLE color: 9946590.

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

Color convert

RGB222197151-
CMYK00.110.320.13
HSL38.87º51.82%73.14%-
HSV(B)38.87º31.98%87.06%-
XYZ55.6857.737.48-
YUV199.23100.78144.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=38.95%
G=34.56%
B=26.49%

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
Decimal22219715100.110.320.1338.8751.8273.14
HexDEC5970B20D273449
Octal33630522701340154764111
Binary1101111011000101100101110101110000011011001111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC597; }

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

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

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

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

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

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

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

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