Html Css Color HEX #D1BA2F Old Gold

📋 copy color: '#D1BA2F'

red 209 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #D1BA2F

Tints of Old Gold #D1BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.63%

R = 47.29%
G = 42.08%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1BA2F (or 0xD1BA2F) is known color: Old Gold. HEX triplet: D1, BA and 2F. RGB value is (209,186,47). Sum of RGB (Red+Green+Blue) = 209+186+47=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA2F is #2E45D0. Grayscale: #B1B1B1. Windows color (decimal): -3032529 or 3128017. OLE color: 3128017.

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

Color convert

RGB 209 186 47 -
CMYK 0 0.11 0.78 0.18
HSL 51.48º 0.64% 0.5% -
HSV(B) 51.48º 0.78% 0.82% -
XYZ 44.37 48.88 9.79 -
YUV 177.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 209 186 47 0 0.11 0.78 0.18 51.48 0.64 0.5
Hex D1 BA 2F 0 B 4E 12 33 40 32
Octal 321 272 57 0 13 116 22 63 100 62
Binary 11010001 10111010 101111 0 1011 1001110 10010 110011 1000000 110010

Color Harmonies of #D1BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA2F

Black with #D1BA2F

Text Example


Text Example

White with #D1BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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