#DEC974

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

Shades of Chenin #DEC974

Tints of Chenin #DEC974

Color information

#DEC974 (or 0xDEC974) is unknown color: approx Chenin. HEX triplet: DE, C9 and 74. RGB value is (222,201,116). Sum of RGB (Red+Green+Blue) = 222+201+116=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC974 is #21368B. Grayscale: #C5C5C5. Windows color (decimal): -2176652 or 7653854. OLE color: 7653854.

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

Color convert

RGB222201116-
CMYK00.090.480.13
HSL48.11º61.63%66.27%-
HSV(B)48.11º47.75%87.06%-
XYZ54.1658.5624.97-
YUV197.5981.96145.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=41.19%
G=37.29%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220111600.090.480.1348.1161.6366.27
HexDEC9740930D303e42
Octal33631116401160156076102
Binary110111101100100111101000100111000011011100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC974; }

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

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

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

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

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

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

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

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