Html Css Color HEX #D1BA2B Old Gold

📋 copy color: '#D1BA2B'

red 209 ◦ green 186 ◦ blue 43

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

Shades of Old Gold #D1BA2B

Tints of Old Gold #D1BA2B

RGB

 RED value IS 209 (82.03% from 255) = 47.72%

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

 BLUE value IS 43 (17.19% from 255) = 9.82%

R = 47.72%
G = 42.47%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1BA2B (or 0xD1BA2B) is known color: Old Gold. HEX triplet: D1, BA and 2B. RGB value is (209,186,43). Sum of RGB (Red+Green+Blue) = 209+186+43=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA2B is #2E45D4. Grayscale: #B1B1B1. Windows color (decimal): -3032533 or 2865873. OLE color: 2865873.

HSL color Cylindrical-coordinate representation of color #D1BA2B: hue angle of 51.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1BA2B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 43 -
CMYK 0 0.11 0.79 0.18
HSL 51.69º 0.66% 0.49% -
HSV(B) 51.69º 0.79% 0.82% -
XYZ 44.29 48.85 9.38 -
YUV 176.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 209 186 43 0 0.11 0.79 0.18 51.69 0.66 0.49
Hex D1 BA 2B 0 B 4F 12 34 42 31
Octal 321 272 53 0 13 117 22 64 102 61
Binary 11010001 10111010 101011 0 1011 1001111 10010 110100 1000010 110001

Color Harmonies of #D1BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA2B

Black with #D1BA2B

Text Example


Text Example

White with #D1BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA2B; }

 p { color: rgb(209,186,43); }

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

background-color css

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

 a { background-color: rgb(209,186,43); }

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

border-color css

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

 span { border-color: rgb(209,186,43); }

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