#DEC371

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

Shades of Chenin #DEC371

Tints of Chenin #DEC371

Color information

#DEC371 (or 0xDEC371) is unknown color: approx Chenin. HEX triplet: DE, C3 and 71. RGB value is (222,195,113). Sum of RGB (Red+Green+Blue) = 222+195+113=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC371 is #213C8E. Grayscale: #C2C2C2. Windows color (decimal): -2178191 or 7455710. OLE color: 7455710.

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

Color convert

RGB222195113-
CMYK00.120.490.13
HSL45.14º62.29%65.69%-
HSV(B)45.14º49.1%87.06%-
XYZ52.6255.7523.61-
YUV193.7282.45148.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=41.89%
G=36.79%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219511300.120.490.1345.1462.2965.69
HexDEC3710C31D2d3e42
Octal33630316101461155576102
Binary110111101100001111100010110011000111011011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC371; }

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

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

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

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

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

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

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

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