#D4C75B

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

Shades of Tacha #D4C75B

Tints of Tacha #D4C75B

Color information

#D4C75B (or 0xD4C75B) is unknown color: approx Tacha. HEX triplet: D4, C7 and 5B. RGB value is (212,199,91). Sum of RGB (Red+Green+Blue) = 212+199+91=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C75B is #2B38A4. Grayscale: #BFBFBF. Windows color (decimal): -2832549 or 6014932. OLE color: 6014932.

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

Color convert

RGB21219991-
CMYK00.060.570.17
HSL53.55º58.45%59.41%-
HSV(B)53.55º57.08%83.14%-
XYZ49.4655.618.02-
YUV190.5871.81143.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 91 (35.94% from 255) = 18.13%
R=42.23%
G=39.64%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121999100.060.570.1753.5558.4559.41
HexD4C75B063911363a3b
Octal324307133067121667273
Binary11010100110001111011011011011100110001110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C75B; }

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

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

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

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

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

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

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

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