Html Css Color HEX #D6BA60 Tacha

📋 copy color: '#D6BA60'

red 214 ◦ green 186 ◦ blue 96

#D6BA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D6BA60

Tints of Tacha #D6BA60

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 value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6BA60 (or 0xD6BA60) is known color: 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

RGB 214 186 96 -
CMYK 0 0.13 0.55 0.16
HSL 45.76º 0.59% 0.61% -
HSV(B) 45.76º 0.55% 0.84% -
XYZ 47.4 50.26 18.27 -
YUV 184.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 214 186 96 0 0.13 0.55 0.16 45.76 0.59 0.61
Hex D6 BA 60 0 D 37 10 2E 3B 3D
Octal 326 272 140 0 15 67 20 56 73 75
Binary 11010110 10111010 1100000 0 1101 110111 10000 101110 111011 111101

Color Harmonies of #D6BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA60

Black with #D6BA60

Text Example


Text Example

White with #D6BA60

Text Example


Text Example

HTML Codes & Css Web 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>