#DCC75B

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

Shades of Tacha #DCC75B

Tints of Tacha #DCC75B

Color information

#DCC75B (or 0xDCC75B) is unknown color: approx Tacha. HEX triplet: DC, C7 and 5B. RGB value is (220,199,91). Sum of RGB (Red+Green+Blue) = 220+199+91=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC75B is #2338A4. Grayscale: #C1C1C1. Windows color (decimal): -2308261 or 6014940. OLE color: 6014940.

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

Color convert

RGB22019991-
CMYK00.100.590.14
HSL50.23º64.82%60.98%-
HSV(B)50.23º58.64%86.27%-
XYZ51.8356.8218.13-
YUV192.9770.46147.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 91 (35.94% from 255) = 17.84%
R=43.14%
G=39.02%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201999100.100.590.1450.2364.8260.98
HexDCC75B0A3BE32413d
Octal33430713301273166210175
Binary110111001100011110110110101011101111101100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC75B; }

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

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

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

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

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

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

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

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