Html Css Color HEX #D7B537 Metallic Gold

📋 copy color: '#D7B537'

red 215 ◦ green 181 ◦ blue 55

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

Shades of Metallic Gold #D7B537

Tints of Metallic Gold #D7B537

RGB

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

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

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

R = 47.67%
G = 40.13%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7B537 (or 0xD7B537) is known color: Metallic Gold. HEX triplet: D7, B5 and 37. RGB value is (215,181,55). Sum of RGB (Red+Green+Blue) = 215+181+55=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B537 is #284AC8. Grayscale: #B1B1B1. Windows color (decimal): -2640585 or 3651031. OLE color: 3651031.

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

Color convert

RGB 215 181 55 -
CMYK 0 0.16 0.74 0.16
HSL 47.25º 0.67% 0.53% -
HSV(B) 47.25º 0.74% 0.84% -
XYZ 45.24 47.77 10.45 -
YUV 176.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 215 181 55 0 0.16 0.74 0.16 47.25 0.67 0.53
Hex D7 B5 37 0 10 4A 10 2F 43 35
Octal 327 265 67 0 20 112 20 57 103 65
Binary 11010111 10110101 110111 0 10000 1001010 10000 101111 1000011 110101

Color Harmonies of #D7B537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B537

Black with #D7B537

Text Example


Text Example

White with #D7B537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B537; }

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

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

background-color css

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

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

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

border-color css

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

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

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