#D4C75C

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

Shades of Tacha #D4C75C

Tints of Tacha #D4C75C

Color information

#D4C75C (or 0xD4C75C) is unknown color: approx Tacha. HEX triplet: D4, C7 and 5C. RGB value is (212,199,92). Sum of RGB (Red+Green+Blue) = 212+199+92=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C75C is #2B38A3. Grayscale: #BFBFBF. Windows color (decimal): -2832548 or 6080468. OLE color: 6080468.

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

Color convert

RGB21219992-
CMYK00.060.570.17
HSL53.5º58.25%59.61%-
HSV(B)53.5º56.6%83.14%-
XYZ49.5155.6218.25-
YUV190.6972.31143.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.15%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 92 (36.33% from 255) = 18.29%
R=42.15%
G=39.56%
B=18.29%

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
Decimal2121999200.060.570.1753.558.2559.61
HexD4C75C063911363a3c
Octal324307134067121667274
Binary11010100110001111011100011011100110001110110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C75C; }

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

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

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

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

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

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

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

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