Html Css Color HEX #D7B53C Metallic Gold

📋 copy color: '#D7B53C'

red 215 ◦ green 181 ◦ blue 60

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

Shades of Metallic Gold #D7B53C

Tints of Metallic Gold #D7B53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 47.15%
G = 39.69%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7B53C (or 0xD7B53C) is known color: Metallic Gold. HEX triplet: D7, B5 and 3C. RGB value is (215,181,60). Sum of RGB (Red+Green+Blue) = 215+181+60=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B53C is #284AC3. Grayscale: #B1B1B1. Windows color (decimal): -2640580 or 3978711. OLE color: 3978711.

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

Color convert

RGB 215 181 60 -
CMYK 0 0.16 0.72 0.16
HSL 46.84º 0.66% 0.54% -
HSV(B) 46.84º 0.72% 0.84% -
XYZ 45.36 47.82 11.11 -
YUV 177.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 215 181 60 0 0.16 0.72 0.16 46.84 0.66 0.54
Hex D7 B5 3C 0 10 48 10 2F 42 36
Octal 327 265 74 0 20 110 20 57 102 66
Binary 11010111 10110101 111100 0 10000 1001000 10000 101111 1000010 110110

Color Harmonies of #D7B53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B53C

Black with #D7B53C

Text Example


Text Example

White with #D7B53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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