#D6BA60

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

Shades of Tacha #D6BA60

Tints of Tacha #D6BA60

Color information

#D6BA60 (or 0xD6BA60) is unknown color: approx Tacha. HEX triplet: D6, BA and 60. RGB value is (214,186,96). Sum of RGB (Red+Green+Blue) = 214+186+96=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA60 is #29459F. Grayscale: #B8B8B8. Windows color (decimal): -2704800 or 6339286. OLE color: 6339286.

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

Color convert

RGB21418696-
CMYK00.130.550.16
HSL45.76º59%60.78%-
HSV(B)45.76º55.14%83.92%-
XYZ47.450.2618.27-
YUV184.1178.28149.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=43.15%
G=37.5%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141869600.130.550.1645.765960.78
HexD6BA600D37102e3b3d
Octal3262721400156720567375
Binary110101101011101011000000110111011110000101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA60; }

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

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

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

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

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

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

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

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