Html Css Color HEX #D3BA2C Old Gold

📋 copy color: '#D3BA2C'

red 211 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #D3BA2C

Tints of Old Gold #D3BA2C

RGB

 RED value IS 211 (82.81% from 255) = 47.85%

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 47.85%
G = 42.18%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3BA2C (or 0xD3BA2C) is known color: Old Gold. HEX triplet: D3, BA and 2C. RGB value is (211,186,44). Sum of RGB (Red+Green+Blue) = 211+186+44=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA2C is #2C45D3. Grayscale: #B1B1B1. Windows color (decimal): -2901460 or 2931411. OLE color: 2931411.

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

Color convert

RGB 211 186 44 -
CMYK 0 0.12 0.79 0.17
HSL 51.02º 0.65% 0.5% -
HSV(B) 51.02º 0.79% 0.83% -
XYZ 44.88 49.15 9.5 -
YUV 177.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 211 186 44 0 0.12 0.79 0.17 51.02 0.65 0.5
Hex D3 BA 2C 0 C 4F 11 33 41 32
Octal 323 272 54 0 14 117 21 63 101 62
Binary 11010011 10111010 101100 0 1100 1001111 10001 110011 1000001 110010

Color Harmonies of #D3BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA2C

Black with #D3BA2C

Text Example


Text Example

White with #D3BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA2C; }

 p { color: rgb(211,186,44); }

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

background-color css

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

 a { background-color: rgb(211,186,44); }

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

border-color css

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

 span { border-color: rgb(211,186,44); }

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