#DCC977

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

Shades of Chenin #DCC977

Tints of Chenin #DCC977

Color information

#DCC977 (or 0xDCC977) is unknown color: approx Chenin. HEX triplet: DC, C9 and 77. RGB value is (220,201,119). Sum of RGB (Red+Green+Blue) = 220+201+119=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC977 is #233688. Grayscale: #C5C5C5. Windows color (decimal): -2307721 or 7850460. OLE color: 7850460.

HSL color Cylindrical-coordinate representation of color #DCC977: hue angle of 48.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC977 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220201119-
CMYK00.090.460.14
HSL48.71º59.06%66.47%-
HSV(B)48.71º45.91%86.27%-
XYZ53.7358.3225.88-
YUV197.3383.79144.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 119 (46.88% from 255) = 22.04%
R=40.74%
G=37.22%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020111900.090.460.1448.7159.0666.47
HexDCC977092EE313b42
Octal33431116701156166173102
Binary110111001100100111101110100110111011101100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC977; }

 p { color: rgb(220,201,119); }

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

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

 a { background-color: rgb(220,201,119); }

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

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

 span { border-color: rgb(220,201,119); }

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