#DEC971

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

Shades of Chenin #DEC971

Tints of Chenin #DEC971

Color information

#DEC971 (or 0xDEC971) is unknown color: approx Chenin. HEX triplet: DE, C9 and 71. RGB value is (222,201,113). Sum of RGB (Red+Green+Blue) = 222+201+113=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC971 is #21368E. Grayscale: #C5C5C5. Windows color (decimal): -2176655 or 7457246. OLE color: 7457246.

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

Color convert

RGB222201113-
CMYK00.090.490.13
HSL48.44º62.29%65.69%-
HSV(B)48.44º49.1%87.06%-
XYZ53.9958.524.07-
YUV197.2580.46145.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=41.42%
G=37.5%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220111300.090.490.1348.4462.2965.69
HexDEC9710931D303e42
Octal33631116101161156076102
Binary110111101100100111100010100111000111011100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC971; }

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

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

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

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

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

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

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

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