Html Css Color HEX #D7BA2D Metallic Gold

📋 copy color: '#D7BA2D'

red 215 ◦ green 186 ◦ blue 45

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

Shades of Metallic Gold #D7BA2D

Tints of Metallic Gold #D7BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 48.21%
G = 41.7%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7BA2D (or 0xD7BA2D) is known color: Metallic Gold. HEX triplet: D7, BA and 2D. RGB value is (215,186,45). Sum of RGB (Red+Green+Blue) = 215+186+45=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA2D is #2845D2. Grayscale: #B3B3B3. Windows color (decimal): -2639315 or 2996951. OLE color: 2996951.

HSL color Cylindrical-coordinate representation of color #D7BA2D: hue angle of 49.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7BA2D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 45 -
CMYK 0 0.13 0.79 0.16
HSL 49.76º 0.68% 0.51% -
HSV(B) 49.76º 0.79% 0.84% -
XYZ 46.06 49.75 9.66 -
YUV 178.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 215 186 45 0 0.13 0.79 0.16 49.76 0.68 0.51
Hex D7 BA 2D 0 D 4F 10 32 44 33
Octal 327 272 55 0 15 117 20 62 104 63
Binary 11010111 10111010 101101 0 1101 1001111 10000 110010 1000100 110011

Color Harmonies of #D7BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA2D

Black with #D7BA2D

Text Example


Text Example

White with #D7BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA2D; }

 p { color: rgb(215,186,45); }

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

background-color css

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

 a { background-color: rgb(215,186,45); }

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

border-color css

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

 span { border-color: rgb(215,186,45); }

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