Html Css Color HEX #D4BA4F Tacha

📋 copy color: '#D4BA4F'

red 212 ◦ green 186 ◦ blue 79

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

Shades of Tacha #D4BA4F

Tints of Tacha #D4BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.56%

R = 44.44%
G = 38.99%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4BA4F (or 0xD4BA4F) is known color: Tacha. HEX triplet: D4, BA and 4F. RGB value is (212,186,79). Sum of RGB (Red+Green+Blue) = 212+186+79=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA4F is #2B45B0. Grayscale: #B6B6B6. Windows color (decimal): -2835889 or 5225172. OLE color: 5225172.

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

Color convert

RGB 212 186 79 -
CMYK 0 0.12 0.63 0.17
HSL 48.27º 0.61% 0.57% -
HSV(B) 48.27º 0.63% 0.83% -
XYZ 46.12 49.68 14.56 -
YUV 181.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 212 186 79 0 0.12 0.63 0.17 48.27 0.61 0.57
Hex D4 BA 4F 0 C 3F 11 30 3D 39
Octal 324 272 117 0 14 77 21 60 75 71
Binary 11010100 10111010 1001111 0 1100 111111 10001 110000 111101 111001

Color Harmonies of #D4BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA4F

Black with #D4BA4F

Text Example


Text Example

White with #D4BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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