Html Css Color HEX #D7B949 Old Gold

📋 copy color: '#D7B949'

red 215 ◦ green 185 ◦ blue 73

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

Shades of Old Gold #D7B949

Tints of Old Gold #D7B949

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

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

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

R = 45.45%
G = 39.11%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7B949 (or 0xD7B949) is known color: Old Gold. HEX triplet: D7, B9 and 49. RGB value is (215,185,73). Sum of RGB (Red+Green+Blue) = 215+185+73=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B949 is #2846B6. Grayscale: #B5B5B5. Windows color (decimal): -2639543 or 4831703. OLE color: 4831703.

HSL color Cylindrical-coordinate representation of color #D7B949: hue angle of 47.32º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7B949 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 73 -
CMYK 0 0.14 0.66 0.16
HSL 47.32º 0.64% 0.56% -
HSV(B) 47.32º 0.66% 0.84% -
XYZ 46.58 49.63 13.43 -
YUV 181.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 215 185 73 0 0.14 0.66 0.16 47.32 0.64 0.56
Hex D7 B9 49 0 E 42 10 2F 40 38
Octal 327 271 111 0 16 102 20 57 100 70
Binary 11010111 10111001 1001001 0 1110 1000010 10000 101111 1000000 111000

Color Harmonies of #D7B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B949

Black with #D7B949

Text Example


Text Example

White with #D7B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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