#DCC85B

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

Shades of Tacha #DCC85B

Tints of Tacha #DCC85B

Color information

#DCC85B (or 0xDCC85B) is unknown color: approx Tacha. HEX triplet: DC, C8 and 5B. RGB value is (220,200,91). Sum of RGB (Red+Green+Blue) = 220+200+91=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC85B is #2337A4. Grayscale: #C2C2C2. Windows color (decimal): -2308005 or 6015196. OLE color: 6015196.

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

Color convert

RGB22020091-
CMYK00.090.590.14
HSL50.7º64.82%60.98%-
HSV(B)50.7º58.64%86.27%-
XYZ52.0657.2818.21-
YUV193.5570.13146.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 91 (35.94% from 255) = 17.81%
R=43.05%
G=39.14%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202009100.090.590.1450.764.8260.98
HexDCC85B093BE33413d
Octal33431013301173166310175
Binary110111001100100010110110100111101111101100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC85B; }

 p { color: rgb(220,200,91); }

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

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

 a { background-color: rgb(220,200,91); }

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

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

 span { border-color: rgb(220,200,91); }

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