Html Css Color HEX #D5B039 Metallic Gold

📋 copy color: '#D5B039'

red 213 ◦ green 176 ◦ blue 57

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

Shades of Metallic Gold #D5B039

Tints of Metallic Gold #D5B039

RGB

 RED value IS 213 (83.59% from 255) = 47.76%

 GREEN value IS 176 (69.14% from 255) = 39.46%

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 47.76%
G = 39.46%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5B039 (or 0xD5B039) is known color: Metallic Gold. HEX triplet: D5, B0 and 39. RGB value is (213,176,57). Sum of RGB (Red+Green+Blue) = 213+176+57=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B039 is #2A4FC6. Grayscale: #AEAEAE. Windows color (decimal): -2772935 or 3780821. OLE color: 3780821.

HSL color Cylindrical-coordinate representation of color #D5B039: hue angle of 45.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5B039 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 57 -
CMYK 0 0.17 0.73 0.16
HSL 45.77º 0.65% 0.53% -
HSV(B) 45.77º 0.73% 0.84% -
XYZ 43.7 45.49 10.35 -
YUV 173.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 213 176 57 0 0.17 0.73 0.16 45.77 0.65 0.53
Hex D5 B0 39 0 11 49 10 2E 41 35
Octal 325 260 71 0 21 111 20 56 101 65
Binary 11010101 10110000 111001 0 10001 1001001 10000 101110 1000001 110101

Color Harmonies of #D5B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B039

Black with #D5B039

Text Example


Text Example

White with #D5B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B039; }

 p { color: rgb(213,176,57); }

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

background-color css

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

 a { background-color: rgb(213,176,57); }

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

border-color css

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

 span { border-color: rgb(213,176,57); }

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