#D3C05F

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

Shades of Tacha #D3C05F

Tints of Tacha #D3C05F

Color information

#D3C05F (or 0xD3C05F) is unknown color: approx Tacha. HEX triplet: D3, C0 and 5F. RGB value is (211,192,95). Sum of RGB (Red+Green+Blue) = 211+192+95=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C05F is #2C3FA0. Grayscale: #BBBBBB. Windows color (decimal): -2899873 or 6275283. OLE color: 6275283.

HSL color Cylindrical-coordinate representation of color #D3C05F: hue angle of 50.17º degrees, saturation: 0.57, 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 #D3C05F is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21119295-
CMYK00.090.550.17
HSL50.17º56.86%60%-
HSV(B)50.17º54.98%82.75%-
XYZ47.7852.3718.42-
YUV186.6276.29145.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=42.37%
G=38.55%
B=19.08%

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
Decimal2111929500.090.550.1750.1756.8660
HexD3C05F09371132393c
Octal3233001370116721627174
Binary110100111100000010111110100111011110001110010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C05F; }

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

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

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

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

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

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

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

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