Html Css Color HEX #D7A837 Metallic Gold

📋 copy color: '#D7A837'

red 215 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #D7A837

Tints of Metallic Gold #D7A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 49.09%
G = 38.36%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7A837 (or 0xD7A837) is known color: Metallic Gold. HEX triplet: D7, A8 and 37. RGB value is (215,168,55). Sum of RGB (Red+Green+Blue) = 215+168+55=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A837 is #2857C8. Grayscale: #A9A9A9. Windows color (decimal): -2643913 or 3647703. OLE color: 3647703.

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

Color convert

RGB 215 168 55 -
CMYK 0 0.22 0.74 0.16
HSL 42.38º 0.67% 0.53% -
HSV(B) 42.38º 0.74% 0.84% -
XYZ 42.72 42.73 9.61 -
YUV 169.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 215 168 55 0 0.22 0.74 0.16 42.38 0.67 0.53
Hex D7 A8 37 0 16 4A 10 2A 43 35
Octal 327 250 67 0 26 112 20 52 103 65
Binary 11010111 10101000 110111 0 10110 1001010 10000 101010 1000011 110101

Color Harmonies of #D7A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A837

Black with #D7A837

Text Example


Text Example

White with #D7A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A837; }

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

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

background-color css

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

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

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

border-color css

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

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

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