#DCC261

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

Shades of Tacha #DCC261

Tints of Tacha #DCC261

Color information

#DCC261 (or 0xDCC261) is unknown color: approx Tacha. HEX triplet: DC, C2 and 61. RGB value is (220,194,97). Sum of RGB (Red+Green+Blue) = 220+194+97=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC261 is #233D9E. Grayscale: #BFBFBF. Windows color (decimal): -2309535 or 6406876. OLE color: 6406876.

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

Color convert

RGB22019497-
CMYK00.120.560.14
HSL47.32º63.73%62.16%-
HSV(B)47.32º55.91%86.27%-
XYZ50.9654.6619.17-
YUV190.7275.11148.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 97 (38.28% from 255) = 18.98%
R=43.05%
G=37.96%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201949700.120.560.1447.3263.7362.16
HexDCC2610C38E2f403e
Octal33430214101470165710076
Binary110111001100001011000010110011100011101011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC261; }

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

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

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

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

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

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

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

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