Html Css Color HEX #D1B949 Old Gold

📋 copy color: '#D1B949'

red 209 ◦ green 185 ◦ blue 73

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

Shades of Old Gold #D1B949

Tints of Old Gold #D1B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 44.75%
G = 39.61%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1B949 (or 0xD1B949) is known color: Old Gold. HEX triplet: D1, B9 and 49. RGB value is (209,185,73). Sum of RGB (Red+Green+Blue) = 209+185+73=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B949 is #2E46B6. Grayscale: #B3B3B3. Windows color (decimal): -3032759 or 4831697. OLE color: 4831697.

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

Color convert

RGB 209 185 73 -
CMYK 0 0.11 0.65 0.18
HSL 49.41º 0.6% 0.55% -
HSV(B) 49.41º 0.65% 0.82% -
XYZ 44.85 48.73 13.35 -
YUV 179.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 209 185 73 0 0.11 0.65 0.18 49.41 0.6 0.55
Hex D1 B9 49 0 B 41 12 31 3C 37
Octal 321 271 111 0 13 101 22 61 74 67
Binary 11010001 10111001 1001001 0 1011 1000001 10010 110001 111100 110111

Color Harmonies of #D1B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B949

Black with #D1B949

Text Example


Text Example

White with #D1B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B949; }

 p { color: rgb(209,185,73); }

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

background-color css

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

 a { background-color: rgb(209,185,73); }

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

border-color css

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

 span { border-color: rgb(209,185,73); }

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