#DEC499

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

Shades of Raffia #DEC499

Tints of Raffia #DEC499

Color information

#DEC499 (or 0xDEC499) is unknown color: approx Raffia. HEX triplet: DE, C4 and 99. RGB value is (222,196,153). Sum of RGB (Red+Green+Blue) = 222+196+153=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC499 is #213B66. Grayscale: #C7C7C7. Windows color (decimal): -2177895 or 10077406. OLE color: 10077406.

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

Color convert

RGB222196153-
CMYK00.120.310.13
HSL37.39º51.11%73.53%-
HSV(B)37.39º31.08%87.06%-
XYZ55.6157.3138.27-
YUV198.87102.11144.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=38.88%
G=34.33%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219615300.120.310.1337.3951.1173.53
HexDEC4990C1FD25334a
Octal33630423101437154563112
Binary110111101100010010011001011001111111011001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC499; }

 p { color: rgb(222,196,153); }

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

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

 a { background-color: rgb(222,196,153); }

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

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

 span { border-color: rgb(222,196,153); }

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