Html Css Color HEX #D4BA3B Old Gold

📋 copy color: '#D4BA3B'

red 212 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #D4BA3B

Tints of Old Gold #D4BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 46.39%
G = 40.7%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4BA3B (or 0xD4BA3B) is known color: Old Gold. HEX triplet: D4, BA and 3B. RGB value is (212,186,59). Sum of RGB (Red+Green+Blue) = 212+186+59=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA3B is #2B45C4. Grayscale: #B3B3B3. Windows color (decimal): -2835909 or 3914452. OLE color: 3914452.

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

Color convert

RGB 212 186 59 -
CMYK 0 0.12 0.72 0.17
HSL 49.8º 0.64% 0.53% -
HSV(B) 49.8º 0.72% 0.83% -
XYZ 45.5 49.43 11.28 -
YUV 179.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 212 186 59 0 0.12 0.72 0.17 49.8 0.64 0.53
Hex D4 BA 3B 0 C 48 11 32 40 35
Octal 324 272 73 0 14 110 21 62 100 65
Binary 11010100 10111010 111011 0 1100 1001000 10001 110010 1000000 110101

Color Harmonies of #D4BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA3B

Black with #D4BA3B

Text Example


Text Example

White with #D4BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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