#DEC898

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

Shades of Raffia #DEC898

Tints of Raffia #DEC898

Color information

#DEC898 (or 0xDEC898) is unknown color: approx Raffia. HEX triplet: DE, C8 and 98. RGB value is (222,200,152). Sum of RGB (Red+Green+Blue) = 222+200+152=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC898 is #213767. Grayscale: #C9C9C9. Windows color (decimal): -2176872 or 10012894. OLE color: 10012894.

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

Color convert

RGB222200152-
CMYK00.100.320.13
HSL41.14º51.47%73.33%-
HSV(B)41.14º31.53%87.06%-
XYZ56.4559.1138.14-
YUV201.11100.29142.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=38.68%
G=34.84%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220015200.100.320.1341.1451.4773.33
HexDEC8980A20D293349
Octal33631023001240155163111
Binary1101111011001000100110000101010000011011010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC898; }

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

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

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

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

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

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

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

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