#D3C05E

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

Shades of Tacha #D3C05E

Tints of Tacha #D3C05E

Color information

#D3C05E (or 0xD3C05E) is unknown color: approx Tacha. HEX triplet: D3, C0 and 5E. RGB value is (211,192,94). Sum of RGB (Red+Green+Blue) = 211+192+94=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C05E is #2C3FA1. Grayscale: #BABABA. Windows color (decimal): -2899874 or 6209747. OLE color: 6209747.

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

Color convert

RGB21119294-
CMYK00.090.550.17
HSL50.26º57.07%59.8%-
HSV(B)50.26º55.45%82.75%-
XYZ47.7352.3618.18-
YUV186.5175.79145.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=42.45%
G=38.63%
B=18.91%

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
Decimal2111929400.090.550.1750.2657.0759.8
HexD3C05E09371132393c
Octal3233001360116721627174
Binary110100111100000010111100100111011110001110010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C05E; }

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

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

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

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

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

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

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

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