#DEC498

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

Shades of Raffia #DEC498

Tints of Raffia #DEC498

Color information

#DEC498 (or 0xDEC498) is unknown color: approx Raffia. HEX triplet: DE, C4 and 98. RGB value is (222,196,152). Sum of RGB (Red+Green+Blue) = 222+196+152=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC498 is #213B67. Grayscale: #C6C6C6. Windows color (decimal): -2177896 or 10011870. OLE color: 10011870.

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

Color convert

RGB222196152-
CMYK00.120.320.13
HSL37.71º51.47%73.33%-
HSV(B)37.71º31.53%87.06%-
XYZ55.5357.2837.83-
YUV198.76101.61144.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=38.95%
G=34.39%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219615200.120.320.1337.7151.4773.33
HexDEC4980C20D263349
Octal33630423001440154663111
Binary1101111011000100100110000110010000011011001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC498; }

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

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

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

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

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

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

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

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