#DEC495

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

Shades of Raffia #DEC495

Tints of Raffia #DEC495

Color information

#DEC495 (or 0xDEC495) is unknown color: approx Raffia. HEX triplet: DE, C4 and 95. RGB value is (222,196,149). Sum of RGB (Red+Green+Blue) = 222+196+149=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC495 is #213B6A. Grayscale: #C6C6C6. Windows color (decimal): -2177899 or 9815262. OLE color: 9815262.

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

Color convert

RGB222196149-
CMYK00.120.330.13
HSL38.63º52.52%72.75%-
HSV(B)38.63º32.88%87.06%-
XYZ55.2957.1836.56-
YUV198.42100.11144.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=39.15%
G=34.57%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219614900.120.330.1338.6352.5272.75
HexDEC4950C21D273549
Octal33630422501441154765111
Binary1101111011000100100101010110010000111011001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC495; }

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

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

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

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

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

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

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

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