Html Css Color HEX #D9B749 Old Gold

📋 copy color: '#D9B749'

red 217 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #D9B749

Tints of Old Gold #D9B749

RGB

 RED value IS 217 (85.16% from 255) = 45.88%

 GREEN value IS 183 (71.88% from 255) = 38.69%

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

R = 45.88%
G = 38.69%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9B749 (or 0xD9B749) is known color: Old Gold. HEX triplet: D9, B7 and 49. RGB value is (217,183,73). Sum of RGB (Red+Green+Blue) = 217+183+73=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B749 is #2648B6. Grayscale: #B5B5B5. Windows color (decimal): -2508983 or 4831193. OLE color: 4831193.

HSL color Cylindrical-coordinate representation of color #D9B749: hue angle of 45.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9B749 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 73 -
CMYK 0 0.16 0.66 0.15
HSL 45.83º 0.65% 0.57% -
HSV(B) 45.83º 0.66% 0.85% -
XYZ 46.75 49.1 13.32 -
YUV 180.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 217 183 73 0 0.16 0.66 0.15 45.83 0.65 0.57
Hex D9 B7 49 0 10 42 F 2E 41 39
Octal 331 267 111 0 20 102 17 56 101 71
Binary 11011001 10110111 1001001 0 10000 1000010 1111 101110 1000001 111001

Color Harmonies of #D9B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B749

Black with #D9B749

Text Example


Text Example

White with #D9B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B749; }

 p { color: rgb(217,183,73); }

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

background-color css

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

 a { background-color: rgb(217,183,73); }

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

border-color css

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

 span { border-color: rgb(217,183,73); }

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