#DEC476

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

Shades of Chenin #DEC476

Tints of Chenin #DEC476

Color information

#DEC476 (or 0xDEC476) is unknown color: approx Chenin. HEX triplet: DE, C4 and 76. RGB value is (222,196,118). Sum of RGB (Red+Green+Blue) = 222+196+118=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC476 is #213B89. Grayscale: #C3C3C3. Windows color (decimal): -2177930 or 7783646. OLE color: 7783646.

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

Color convert

RGB222196118-
CMYK00.120.470.13
HSL45º61.18%66.67%-
HSV(B)45º46.85%87.06%-
XYZ53.1356.3225.21-
YUV194.8884.61147.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 118 (46.48% from 255) = 22.01%
R=41.42%
G=36.57%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219611800.120.470.134561.1866.67
HexDEC4760C2FD2d3d43
Octal33630416601457155575103
Binary110111101100010011101100110010111111011011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC476; }

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

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

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

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

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

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

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

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