Html Css Color HEX #D7A037 Metallic Gold

📋 copy color: '#D7A037'

red 215 ◦ green 160 ◦ blue 55

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

Shades of Metallic Gold #D7A037

Tints of Metallic Gold #D7A037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.21%

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

R = 50%
G = 37.21%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7A037 (or 0xD7A037) is known color: Metallic Gold. HEX triplet: D7, A0 and 37. RGB value is (215,160,55). Sum of RGB (Red+Green+Blue) = 215+160+55=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A037 is #285FC8. Grayscale: #A4A4A4. Windows color (decimal): -2645961 or 3645655. OLE color: 3645655.

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

Color convert

RGB 215 160 55 -
CMYK 0 0.26 0.74 0.16
HSL 39.38º 0.67% 0.53% -
HSV(B) 39.38º 0.74% 0.84% -
XYZ 41.28 39.86 9.13 -
YUV 164.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 215 160 55 0 0.26 0.74 0.16 39.38 0.67 0.53
Hex D7 A0 37 0 1A 4A 10 27 43 35
Octal 327 240 67 0 32 112 20 47 103 65
Binary 11010111 10100000 110111 0 11010 1001010 10000 100111 1000011 110101

Color Harmonies of #D7A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A037

Black with #D7A037

Text Example


Text Example

White with #D7A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A037; }

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

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

background-color css

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

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

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

border-color css

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

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

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