#DCC061

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

Shades of Tacha #DCC061

Tints of Tacha #DCC061

Color information

#DCC061 (or 0xDCC061) is unknown color: approx Tacha. HEX triplet: DC, C0 and 61. RGB value is (220,192,97). Sum of RGB (Red+Green+Blue) = 220+192+97=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC061 is #233F9E. Grayscale: #BDBDBD. Windows color (decimal): -2310047 or 6406364. OLE color: 6406364.

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

Color convert

RGB22019297-
CMYK00.130.560.14
HSL46.34º63.73%62.16%-
HSV(B)46.34º55.91%86.27%-
XYZ50.5253.7819.03-
YUV189.5475.78149.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=43.22%
G=37.72%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201929700.130.560.1446.3463.7362.16
HexDCC0610D38E2e403e
Octal33430014101570165610076
Binary110111001100000011000010110111100011101011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC061; }

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

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

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

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

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

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

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

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