#D2C05D

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

Shades of Tacha #D2C05D

Tints of Tacha #D2C05D

Color information

#D2C05D (or 0xD2C05D) is unknown color: approx Tacha. HEX triplet: D2, C0 and 5D. RGB value is (210,192,93). Sum of RGB (Red+Green+Blue) = 210+192+93=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C05D is #2D3FA2. Grayscale: #BABABA. Windows color (decimal): -2965411 or 6144210. OLE color: 6144210.

HSL color Cylindrical-coordinate representation of color #D2C05D: hue angle of 50.77º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2C05D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21019293-
CMYK00.090.560.18
HSL50.77º56.52%59.41%-
HSV(B)50.77º55.71%82.35%-
XYZ47.452.1917.93-
YUV186.175.46145.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=42.42%
G=38.79%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101929300.090.560.1850.7756.5259.41
HexD2C05D09381233393b
Octal3223001350117022637173
Binary110100101100000010111010100111100010010110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C05D; }

 p { color: rgb(210,192,93); }

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

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

 a { background-color: rgb(210,192,93); }

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

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

 span { border-color: rgb(210,192,93); }

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