#DCC760

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

Shades of Tacha #DCC760

Tints of Tacha #DCC760

Color information

#DCC760 (or 0xDCC760) is unknown color: approx Tacha. HEX triplet: DC, C7 and 60. RGB value is (220,199,96). Sum of RGB (Red+Green+Blue) = 220+199+96=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC760 is #23389F. Grayscale: #C1C1C1. Windows color (decimal): -2308256 or 6342620. OLE color: 6342620.

HSL color Cylindrical-coordinate representation of color #DCC760: hue angle of 49.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCC760 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22019996-
CMYK00.100.560.14
HSL49.84º63.92%61.96%-
HSV(B)49.84º56.36%86.27%-
XYZ52.0556.9119.31-
YUV193.5472.96146.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=42.72%
G=38.64%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201999600.100.560.1449.8463.9261.96
HexDCC7600A38E32403e
Octal33430714001270166210076
Binary110111001100011111000000101011100011101100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC760; }

 p { color: rgb(220,199,96); }

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

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

 a { background-color: rgb(220,199,96); }

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

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

 span { border-color: rgb(220,199,96); }

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