#D6C05B

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

Shades of Tacha #D6C05B

Tints of Tacha #D6C05B

Color information

#D6C05B (or 0xD6C05B) is unknown color: approx Tacha. HEX triplet: D6, C0 and 5B. RGB value is (214,192,91). Sum of RGB (Red+Green+Blue) = 214+192+91=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C05B is #293FA4. Grayscale: #BBBBBB. Windows color (decimal): -2703269 or 6013142. OLE color: 6013142.

HSL color Cylindrical-coordinate representation of color #D6C05B: hue angle of 49.27º 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 #D6C05B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21419291-
CMYK00.100.570.16
HSL49.27º60%59.8%-
HSV(B)49.27º57.48%83.92%-
XYZ48.4752.7517.52-
YUV187.0673.79147.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 91 (35.94% from 255) = 18.31%
R=43.06%
G=38.63%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141929100.100.570.1649.276059.8
HexD6C05B0A3910313c3c
Octal3263001330127120617474
Binary110101101100000010110110101011100110000110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C05B; }

 p { color: rgb(214,192,91); }

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

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

 a { background-color: rgb(214,192,91); }

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

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

 span { border-color: rgb(214,192,91); }

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