#D6C05A

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

Shades of Tacha #D6C05A

Tints of Tacha #D6C05A

Color information

#D6C05A (or 0xD6C05A) is unknown color: approx Tacha. HEX triplet: D6, C0 and 5A. RGB value is (214,192,90). Sum of RGB (Red+Green+Blue) = 214+192+90=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C05A is #293FA5. Grayscale: #BBBBBB. Windows color (decimal): -2703270 or 5947606. OLE color: 5947606.

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

Color convert

RGB21419290-
CMYK00.100.580.16
HSL49.35º60.19%59.61%-
HSV(B)49.35º57.94%83.92%-
XYZ48.4352.7317.3-
YUV186.9573.29147.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=43.15%
G=38.71%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141929000.100.580.1649.3560.1959.61
HexD6C05A0A3A10313c3c
Octal3263001320127220617474
Binary110101101100000010110100101011101010000110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C05A; }

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

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

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

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

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

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

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

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