#DEC376

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

Shades of Chenin #DEC376

Tints of Chenin #DEC376

Color information

#DEC376 (or 0xDEC376) is unknown color: approx Chenin. HEX triplet: DE, C3 and 76. RGB value is (222,195,118). Sum of RGB (Red+Green+Blue) = 222+195+118=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC376 is #213C89. Grayscale: #C2C2C2. Windows color (decimal): -2178186 or 7783390. OLE color: 7783390.

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

Color convert

RGB222195118-
CMYK00.120.470.13
HSL44.42º61.18%66.67%-
HSV(B)44.42º46.85%87.06%-
XYZ52.9155.8725.13-
YUV194.384.95147.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=41.50%
G=36.45%
B=22.06%

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
Decimal22219511800.120.470.1344.4261.1866.67
HexDEC3760C2FD2c3d43
Octal33630316601457155475103
Binary110111101100001111101100110010111111011011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC376; }

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

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

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

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

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

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

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

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