Html Css Color HEX #D4BA53 Tacha

📋 copy color: '#D4BA53'

red 212 ◦ green 186 ◦ blue 83

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

Shades of Tacha #D4BA53

Tints of Tacha #D4BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.26%

R = 44.07%
G = 38.67%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4BA53 (or 0xD4BA53) is known color: Tacha. HEX triplet: D4, BA and 53. RGB value is (212,186,83). Sum of RGB (Red+Green+Blue) = 212+186+83=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA53 is #2B45AC. Grayscale: #B6B6B6. Windows color (decimal): -2835885 or 5487316. OLE color: 5487316.

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

Color convert

RGB 212 186 83 -
CMYK 0 0.12 0.61 0.17
HSL 47.91º 0.6% 0.58% -
HSV(B) 47.91º 0.61% 0.83% -
XYZ 46.27 49.74 15.35 -
YUV 182.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 212 186 83 0 0.12 0.61 0.17 47.91 0.6 0.58
Hex D4 BA 53 0 C 3D 11 30 3C 3A
Octal 324 272 123 0 14 75 21 60 74 72
Binary 11010100 10111010 1010011 0 1100 111101 10001 110000 111100 111010

Color Harmonies of #D4BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA53

Black with #D4BA53

Text Example


Text Example

White with #D4BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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