Html Css Color HEX #D7BA62 Tacha

📋 copy color: '#D7BA62'

red 215 ◦ green 186 ◦ blue 98

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

Shades of Tacha #D7BA62

Tints of Tacha #D7BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.64%

R = 43.09%
G = 37.27%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7BA62 (or 0xD7BA62) is known color: Tacha. HEX triplet: D7, BA and 62. RGB value is (215,186,98). Sum of RGB (Red+Green+Blue) = 215+186+98=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA62 is #28459D. Grayscale: #B9B9B9. Windows color (decimal): -2639262 or 6470359. OLE color: 6470359.

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

Color convert

RGB 215 186 98 -
CMYK 0 0.13 0.54 0.16
HSL 45.13º 0.59% 0.61% -
HSV(B) 45.13º 0.54% 0.84% -
XYZ 47.79 50.45 18.77 -
YUV 184.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 215 186 98 0 0.13 0.54 0.16 45.13 0.59 0.61
Hex D7 BA 62 0 D 36 10 2D 3B 3D
Octal 327 272 142 0 15 66 20 55 73 75
Binary 11010111 10111010 1100010 0 1101 110110 10000 101101 111011 111101

Color Harmonies of #D7BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA62

Black with #D7BA62

Text Example


Text Example

White with #D7BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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