Html Css Color HEX #D1B849 Old Gold

📋 copy color: '#D1B849'

red 209 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #D1B849

Tints of Old Gold #D1B849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.48%

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

R = 44.85%
G = 39.48%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1B849 (or 0xD1B849) is known color: Old Gold. HEX triplet: D1, B8 and 49. RGB value is (209,184,73). Sum of RGB (Red+Green+Blue) = 209+184+73=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B849 is #2E47B6. Grayscale: #B3B3B3. Windows color (decimal): -3033015 or 4831441. OLE color: 4831441.

HSL color Cylindrical-coordinate representation of color #D1B849: hue angle of 48.97º 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 #D1B849 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 184 73 -
CMYK 0 0.12 0.65 0.18
HSL 48.97º 0.6% 0.55% -
HSV(B) 48.97º 0.65% 0.82% -
XYZ 44.64 48.32 13.28 -
YUV 178.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 209 184 73 0 0.12 0.65 0.18 48.97 0.6 0.55
Hex D1 B8 49 0 C 41 12 31 3C 37
Octal 321 270 111 0 14 101 22 61 74 67
Binary 11010001 10111000 1001001 0 1100 1000001 10010 110001 111100 110111

Color Harmonies of #D1B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B849

Black with #D1B849

Text Example


Text Example

White with #D1B849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B849; }

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

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

background-color css

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

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

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

border-color css

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

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

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