Html Css Color HEX #D4BA57 Tacha

📋 copy color: '#D4BA57'

red 212 ◦ green 186 ◦ blue 87

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

Shades of Tacha #D4BA57

Tints of Tacha #D4BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.94%

R = 43.71%
G = 38.35%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D4BA57 (or 0xD4BA57) is known color: Tacha. HEX triplet: D4, BA and 57. RGB value is (212,186,87). Sum of RGB (Red+Green+Blue) = 212+186+87=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA57 is #2B45A8. Grayscale: #B6B6B6. Windows color (decimal): -2835881 or 5749460. OLE color: 5749460.

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

Color convert

RGB 212 186 87 -
CMYK 0 0.12 0.59 0.17
HSL 47.52º 0.59% 0.59% -
HSV(B) 47.52º 0.59% 0.83% -
XYZ 46.43 49.8 16.18 -
YUV 182.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 212 186 87 0 0.12 0.59 0.17 47.52 0.59 0.59
Hex D4 BA 57 0 C 3B 11 30 3B 3B
Octal 324 272 127 0 14 73 21 60 73 73
Binary 11010100 10111010 1010111 0 1100 111011 10001 110000 111011 111011

Color Harmonies of #D4BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA57

Black with #D4BA57

Text Example


Text Example

White with #D4BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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