Html Css Color HEX #D1BA47 Old Gold

📋 copy color: '#D1BA47'

red 209 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #D1BA47

Tints of Old Gold #D1BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.24%

R = 44.85%
G = 39.91%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D1BA47 (or 0xD1BA47) is known color: Old Gold. HEX triplet: D1, BA and 47. RGB value is (209,186,71). Sum of RGB (Red+Green+Blue) = 209+186+71=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA47 is #2E45B8. Grayscale: #B4B4B4. Windows color (decimal): -3032505 or 4700881. OLE color: 4700881.

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

Color convert

RGB 209 186 71 -
CMYK 0 0.11 0.66 0.18
HSL 50º 0.6% 0.55% -
HSV(B) 50º 0.66% 0.82% -
XYZ 44.99 49.13 13.07 -
YUV 179.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 209 186 71 0 0.11 0.66 0.18 50 0.6 0.55
Hex D1 BA 47 0 B 42 12 32 3C 37
Octal 321 272 107 0 13 102 22 62 74 67
Binary 11010001 10111010 1000111 0 1011 1000010 10010 110010 111100 110111

Color Harmonies of #D1BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA47

Black with #D1BA47

Text Example


Text Example

White with #D1BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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