#DEC594

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

Shades of Raffia #DEC594

Tints of Raffia #DEC594

Color information

#DEC594 (or 0xDEC594) is unknown color: approx Raffia. HEX triplet: DE, C5 and 94. RGB value is (222,197,148). Sum of RGB (Red+Green+Blue) = 222+197+148=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC594 is #213A6B. Grayscale: #C7C7C7. Windows color (decimal): -2177644 or 9749982. OLE color: 9749982.

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

Color convert

RGB222197148-
CMYK00.110.330.13
HSL39.73º52.86%72.55%-
HSV(B)39.73º33.33%87.06%-
XYZ55.4457.636.21-
YUV198.8999.28144.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=39.15%
G=34.74%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219714800.110.330.1339.7352.8672.55
HexDEC5940B21D283549
Octal33630522401341155065111
Binary1101111011000101100101000101110000111011010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC594; }

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

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

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

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

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

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

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

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