Html Css Color HEX #D7BA30 Metallic Gold

📋 copy color: '#D7BA30'

red 215 ◦ green 186 ◦ blue 48

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

Shades of Metallic Gold #D7BA30

Tints of Metallic Gold #D7BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 47.88%
G = 41.43%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7BA30 (or 0xD7BA30) is known color: Metallic Gold. HEX triplet: D7, BA and 30. RGB value is (215,186,48). Sum of RGB (Red+Green+Blue) = 215+186+48=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA30 is #2845CF. Grayscale: #B3B3B3. Windows color (decimal): -2639312 or 3193559. OLE color: 3193559.

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

Color convert

RGB 215 186 48 -
CMYK 0 0.13 0.78 0.16
HSL 49.58º 0.68% 0.52% -
HSV(B) 49.58º 0.78% 0.84% -
XYZ 46.12 49.78 9.97 -
YUV 178.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 215 186 48 0 0.13 0.78 0.16 49.58 0.68 0.52
Hex D7 BA 30 0 D 4E 10 32 44 34
Octal 327 272 60 0 15 116 20 62 104 64
Binary 11010111 10111010 110000 0 1101 1001110 10000 110010 1000100 110100

Color Harmonies of #D7BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA30

Black with #D7BA30

Text Example


Text Example

White with #D7BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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