#D2C063

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

Shades of Tacha #D2C063

Tints of Tacha #D2C063

Color information

#D2C063 (or 0xD2C063) is unknown color: approx Tacha. HEX triplet: D2, C0 and 63. RGB value is (210,192,99). Sum of RGB (Red+Green+Blue) = 210+192+99=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C063 is #2D3F9C. Grayscale: #BBBBBB. Windows color (decimal): -2965405 or 6537426. OLE color: 6537426.

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

Color convert

RGB21019299-
CMYK00.090.530.18
HSL50.27º55.22%60.59%-
HSV(B)50.27º52.86%82.35%-
XYZ47.6852.319.39-
YUV186.7878.46144.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=41.92%
G=38.32%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101929900.090.530.1850.2755.2260.59
HexD2C06309351232373d
Octal3223001430116522626775
Binary110100101100000011000110100111010110010110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C063; }

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

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

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

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

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

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

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

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