Html Css Color HEX #D7B547 Old Gold

📋 copy color: '#D7B547'

red 215 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #D7B547

Tints of Old Gold #D7B547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 46.04%
G = 38.76%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D7B547 (or 0xD7B547) is known color: Old Gold. HEX triplet: D7, B5 and 47. RGB value is (215,181,71). Sum of RGB (Red+Green+Blue) = 215+181+71=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B547 is #284AB8. Grayscale: #B3B3B3. Windows color (decimal): -2640569 or 4699607. OLE color: 4699607.

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

Color convert

RGB 215 181 71 -
CMYK 0 0.16 0.67 0.16
HSL 45.83º 0.64% 0.56% -
HSV(B) 45.83º 0.67% 0.84% -
XYZ 45.69 47.95 12.81 -
YUV 178.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 215 181 71 0 0.16 0.67 0.16 45.83 0.64 0.56
Hex D7 B5 47 0 10 43 10 2E 40 38
Octal 327 265 107 0 20 103 20 56 100 70
Binary 11010111 10110101 1000111 0 10000 1000011 10000 101110 1000000 111000

Color Harmonies of #D7B547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B547

Black with #D7B547

Text Example


Text Example

White with #D7B547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B547; }

 p { color: rgb(215,181,71); }

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

background-color css

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

 a { background-color: rgb(215,181,71); }

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

border-color css

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

 span { border-color: rgb(215,181,71); }

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