#DCC561

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

Shades of Tacha #DCC561

Tints of Tacha #DCC561

Color information

#DCC561 (or 0xDCC561) is unknown color: approx Tacha. HEX triplet: DC, C5 and 61. RGB value is (220,197,97). Sum of RGB (Red+Green+Blue) = 220+197+97=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC561 is #233A9E. Grayscale: #C0C0C0. Windows color (decimal): -2308767 or 6407644. OLE color: 6407644.

HSL color Cylindrical-coordinate representation of color #DCC561: hue angle of 48.78º 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 #DCC561 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22019797-
CMYK00.100.560.14
HSL48.78º63.73%62.16%-
HSV(B)48.78º55.91%86.27%-
XYZ51.6456.0119.4-
YUV192.4874.12147.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=42.80%
G=38.33%
B=18.87%

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
Decimal2201979700.100.560.1448.7863.7362.16
HexDCC5610A38E31403e
Octal33430514101270166110076
Binary110111001100010111000010101011100011101100011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC561; }

 p { color: rgb(220,197,97); }

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

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

 a { background-color: rgb(220,197,97); }

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

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

 span { border-color: rgb(220,197,97); }

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