#DEC076

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

Shades of Chenin #DEC076

Tints of Chenin #DEC076

Color information

#DEC076 (or 0xDEC076) is unknown color: approx Chenin. HEX triplet: DE, C0 and 76. RGB value is (222,192,118). Sum of RGB (Red+Green+Blue) = 222+192+118=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC076 is #213F89. Grayscale: #C0C0C0. Windows color (decimal): -2178954 or 7782622. OLE color: 7782622.

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

Color convert

RGB222192118-
CMYK00.140.470.13
HSL42.69º61.18%66.67%-
HSV(B)42.69º46.85%87.06%-
XYZ52.2454.5424.91-
YUV192.5385.94149.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=41.73%
G=36.09%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219211800.140.470.1342.6961.1866.67
HexDEC0760E2FD2b3d43
Octal33630016601657155375103
Binary110111101100000011101100111010111111011010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC076; }

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

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

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

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

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

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

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

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