#D4C062

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

Shades of Tacha #D4C062

Tints of Tacha #D4C062

Color information

#D4C062 (or 0xD4C062) is unknown color: approx Tacha. HEX triplet: D4, C0 and 62. RGB value is (212,192,98). Sum of RGB (Red+Green+Blue) = 212+192+98=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C062 is #2B3F9D. Grayscale: #BBBBBB. Windows color (decimal): -2834334 or 6471892. OLE color: 6471892.

HSL color Cylindrical-coordinate representation of color #D4C062: hue angle of 49.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4C062 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21219298-
CMYK00.090.540.17
HSL49.47º57%60.78%-
HSV(B)49.47º53.77%83.14%-
XYZ48.2152.5819.16-
YUV187.2677.63145.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 98 (38.67% from 255) = 19.52%
R=42.23%
G=38.25%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121929800.090.540.1749.475760.78
HexD4C06209361131393d
Octal3243001420116621617175
Binary110101001100000011000100100111011010001110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C062; }

 p { color: rgb(212,192,98); }

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

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

 a { background-color: rgb(212,192,98); }

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

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

 span { border-color: rgb(212,192,98); }

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