#D7C05D

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

Shades of Tacha #D7C05D

Tints of Tacha #D7C05D

Color information

#D7C05D (or 0xD7C05D) is unknown color: approx Tacha. HEX triplet: D7, C0 and 5D. RGB value is (215,192,93). Sum of RGB (Red+Green+Blue) = 215+192+93=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C05D is #283FA2. Grayscale: #BCBCBC. Windows color (decimal): -2637731 or 6144215. OLE color: 6144215.

HSL color Cylindrical-coordinate representation of color #D7C05D: hue angle of 48.69º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7C05D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21519293-
CMYK00.110.570.16
HSL48.69º60.4%60.39%-
HSV(B)48.69º56.74%84.31%-
XYZ48.8552.9418-
YUV187.5974.62147.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=43%
G=38.4%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151929300.110.570.1648.6960.460.39
HexD7C05D0B3910313c3c
Octal3273001350137120617474
Binary110101111100000010111010101111100110000110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C05D; }

 p { color: rgb(215,192,93); }

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

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

 a { background-color: rgb(215,192,93); }

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

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

 span { border-color: rgb(215,192,93); }

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