#DEC695

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

Shades of Raffia #DEC695

Tints of Raffia #DEC695

Color information

#DEC695 (or 0xDEC695) is unknown color: approx Raffia. HEX triplet: DE, C6 and 95. RGB value is (222,198,149). Sum of RGB (Red+Green+Blue) = 222+198+149=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC695 is #21396A. Grayscale: #C7C7C7. Windows color (decimal): -2177387 or 9815774. OLE color: 9815774.

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

Color convert

RGB222198149-
CMYK00.110.330.13
HSL40.27º52.52%72.75%-
HSV(B)40.27º32.88%87.06%-
XYZ55.7458.0936.71-
YUV199.5999.45143.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=39.02%
G=34.80%
B=26.19%

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
Decimal22219814900.110.330.1340.2752.5272.75
HexDEC6950B21D283549
Octal33630622501341155065111
Binary1101111011000110100101010101110000111011010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC695; }

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

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

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

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

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

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

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

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