Html Css Color HEX #D7B849 Old Gold

📋 copy color: '#D7B849'

red 215 ◦ green 184 ◦ blue 73

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

Shades of Old Gold #D7B849

Tints of Old Gold #D7B849

RGB

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

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

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

R = 45.55%
G = 38.98%
B = 15.47%

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

#D7B849 (or 0xD7B849) is known color: Old Gold. HEX triplet: D7, B8 and 49. RGB value is (215,184,73). Sum of RGB (Red+Green+Blue) = 215+184+73=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B849 is #2847B6. Grayscale: #B5B5B5. Windows color (decimal): -2639799 or 4831447. OLE color: 4831447.

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

Color convert

RGB 215 184 73 -
CMYK 0 0.14 0.66 0.16
HSL 46.9º 0.64% 0.56% -
HSV(B) 46.9º 0.66% 0.84% -
XYZ 46.37 49.21 13.36 -
YUV 180.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 215 184 73 0 0.14 0.66 0.16 46.9 0.64 0.56
Hex D7 B8 49 0 E 42 10 2F 40 38
Octal 327 270 111 0 16 102 20 57 100 70
Binary 11010111 10111000 1001001 0 1110 1000010 10000 101111 1000000 111000

Color Harmonies of #D7B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B849

Black with #D7B849

Text Example


Text Example

White with #D7B849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B849; }

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

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

background-color css

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

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

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

border-color css

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

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

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