Html Css Color HEX #D7BA60 Tacha

📋 copy color: '#D7BA60'

red 215 ◦ green 186 ◦ blue 96

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

Shades of Tacha #D7BA60

Tints of Tacha #D7BA60

RGB

 RED value IS 215 (84.38% from 255) = 43.26%

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 43.26%
G = 37.42%
B = 19.32%

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

#D7BA60 (or 0xD7BA60) is known color: Tacha. HEX triplet: D7, BA and 60. RGB value is (215,186,96). Sum of RGB (Red+Green+Blue) = 215+186+96=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA60 is #28459F. Grayscale: #B8B8B8. Windows color (decimal): -2639264 or 6339287. OLE color: 6339287.

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

Color convert

RGB 215 186 96 -
CMYK 0 0.13 0.55 0.16
HSL 45.38º 0.6% 0.61% -
HSV(B) 45.38º 0.55% 0.84% -
XYZ 47.69 50.41 18.28 -
YUV 184.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 215 186 96 0 0.13 0.55 0.16 45.38 0.6 0.61
Hex D7 BA 60 0 D 37 10 2D 3C 3D
Octal 327 272 140 0 15 67 20 55 74 75
Binary 11010111 10111010 1100000 0 1101 110111 10000 101101 111100 111101

Color Harmonies of #D7BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA60

Black with #D7BA60

Text Example


Text Example

White with #D7BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA60; }

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

 H1.HeaderClassName
 {
   color: #D7BA60;
 }
 .AnyTagClassName
 {
   color: #D7BA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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