#D4C05F

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

Shades of Tacha #D4C05F

Tints of Tacha #D4C05F

Color information

#D4C05F (or 0xD4C05F) is unknown color: approx Tacha. HEX triplet: D4, C0 and 5F. RGB value is (212,192,95). Sum of RGB (Red+Green+Blue) = 212+192+95=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C05F is #2B3FA0. Grayscale: #BBBBBB. Windows color (decimal): -2834337 or 6275284. OLE color: 6275284.

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

Color convert

RGB21219295-
CMYK00.090.550.17
HSL49.74º57.64%60.2%-
HSV(B)49.74º55.19%83.14%-
XYZ48.0752.5218.43-
YUV186.9276.13145.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=42.48%
G=38.48%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121929500.090.550.1749.7457.6460.2
HexD4C05F093711323a3c
Octal3243001370116721627274
Binary110101001100000010111110100111011110001110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C05F; }

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

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

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

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

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

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

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

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