Html Css Color HEX #D4BA62 Tacha

📋 copy color: '#D4BA62'

red 212 ◦ green 186 ◦ blue 98

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

Shades of Tacha #D4BA62

Tints of Tacha #D4BA62

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

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

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

R = 42.74%
G = 37.5%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D4BA62 (or 0xD4BA62) is known color: Tacha. HEX triplet: D4, BA and 62. RGB value is (212,186,98). Sum of RGB (Red+Green+Blue) = 212+186+98=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA62 is #2B459D. Grayscale: #B8B8B8. Windows color (decimal): -2835870 or 6470356. OLE color: 6470356.

HSL color Cylindrical-coordinate representation of color #D4BA62: hue angle of 46.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4BA62 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 98 -
CMYK 0 0.12 0.54 0.17
HSL 46.32º 0.57% 0.61% -
HSV(B) 46.32º 0.54% 0.83% -
XYZ 46.91 50 18.73 -
YUV 183.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 212 186 98 0 0.12 0.54 0.17 46.32 0.57 0.61
Hex D4 BA 62 0 C 36 11 2E 39 3D
Octal 324 272 142 0 14 66 21 56 71 75
Binary 11010100 10111010 1100010 0 1100 110110 10001 101110 111001 111101

Color Harmonies of #D4BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA62

Black with #D4BA62

Text Example


Text Example

White with #D4BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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