Html Css Color HEX #D7AD37 Metallic Gold

📋 copy color: '#D7AD37'

red 215 ◦ green 173 ◦ blue 55

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

Shades of Metallic Gold #D7AD37

Tints of Metallic Gold #D7AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 48.53%
G = 39.05%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7AD37 (or 0xD7AD37) is known color: Metallic Gold. HEX triplet: D7, AD and 37. RGB value is (215,173,55). Sum of RGB (Red+Green+Blue) = 215+173+55=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD37 is #2852C8. Grayscale: #ACACAC. Windows color (decimal): -2642633 or 3648983. OLE color: 3648983.

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

Color convert

RGB 215 173 55 -
CMYK 0 0.20 0.74 0.16
HSL 44.25º 0.67% 0.53% -
HSV(B) 44.25º 0.74% 0.84% -
XYZ 43.66 44.61 9.92 -
YUV 172.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 215 173 55 0 0.20 0.74 0.16 44.25 0.67 0.53
Hex D7 AD 37 0 14 4A 10 2C 43 35
Octal 327 255 67 0 24 112 20 54 103 65
Binary 11010111 10101101 110111 0 10100 1001010 10000 101100 1000011 110101

Color Harmonies of #D7AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD37

Black with #D7AD37

Text Example


Text Example

White with #D7AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD37; }

 p { color: rgb(215,173,55); }

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

background-color css

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

 a { background-color: rgb(215,173,55); }

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

border-color css

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

 span { border-color: rgb(215,173,55); }

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