#D6C060

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

Shades of Tacha #D6C060

Tints of Tacha #D6C060

Color information

#D6C060 (or 0xD6C060) is unknown color: approx Tacha. HEX triplet: D6, C0 and 60. RGB value is (214,192,96). Sum of RGB (Red+Green+Blue) = 214+192+96=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C060 is #293F9F. Grayscale: #BCBCBC. Windows color (decimal): -2703264 or 6340822. OLE color: 6340822.

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

Color convert

RGB21419296-
CMYK00.100.550.16
HSL48.81º59%60.78%-
HSV(B)48.81º55.14%83.92%-
XYZ48.6952.8418.7-
YUV187.6376.29146.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=42.63%
G=38.25%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141929600.100.550.1648.815960.78
HexD6C0600A3710313b3d
Octal3263001400126720617375
Binary110101101100000011000000101011011110000110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C060; }

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

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

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

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

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

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

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

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