#DCC964

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

Shades of Chenin #DCC964

Tints of Chenin #DCC964

Color information

#DCC964 (or 0xDCC964) is unknown color: approx Chenin. HEX triplet: DC, C9 and 64. RGB value is (220,201,100). Sum of RGB (Red+Green+Blue) = 220+201+100=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC964 is #23369B. Grayscale: #C3C3C3. Windows color (decimal): -2307740 or 6605276. OLE color: 6605276.

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

Color convert

RGB220201100-
CMYK00.090.550.14
HSL50.5º63.16%62.75%-
HSV(B)50.5º54.55%86.27%-
XYZ52.757.9120.46-
YUV195.1774.29145.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 100 (39.45% from 255) = 19.19%
R=42.23%
G=38.58%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020110000.090.550.1450.563.1662.75
HexDCC9640937E323f3f
Octal3343111440116716627777
Binary11011100110010011100100010011101111110110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC964; }

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

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

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

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

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

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

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

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