Html Css Color HEX #D7B749 Old Gold

📋 copy color: '#D7B749'

red 215 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #D7B749

Tints of Old Gold #D7B749

RGB

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

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

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

R = 45.65%
G = 38.85%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7B749 (or 0xD7B749) is known color: Old Gold. HEX triplet: D7, B7 and 49. RGB value is (215,183,73). Sum of RGB (Red+Green+Blue) = 215+183+73=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B749 is #2848B6. Grayscale: #B4B4B4. Windows color (decimal): -2640055 or 4831191. OLE color: 4831191.

HSL color Cylindrical-coordinate representation of color #D7B749: hue angle of 46.48º 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 #D7B749 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 183 73 -
CMYK 0 0.15 0.66 0.16
HSL 46.48º 0.64% 0.56% -
HSV(B) 46.48º 0.66% 0.84% -
XYZ 46.16 48.8 13.29 -
YUV 180.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 215 183 73 0 0.15 0.66 0.16 46.48 0.64 0.56
Hex D7 B7 49 0 F 42 10 2E 40 38
Octal 327 267 111 0 17 102 20 56 100 70
Binary 11010111 10110111 1001001 0 1111 1000010 10000 101110 1000000 111000

Color Harmonies of #D7B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B749

Black with #D7B749

Text Example


Text Example

White with #D7B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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