Html Css Color HEX #D5B731 Metallic Gold

📋 copy color: '#D5B731'

red 213 ◦ green 183 ◦ blue 49

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

Shades of Metallic Gold #D5B731

Tints of Metallic Gold #D5B731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 47.87%
G = 41.12%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5B731 (or 0xD5B731) is known color: Metallic Gold. HEX triplet: D5, B7 and 31. RGB value is (213,183,49). Sum of RGB (Red+Green+Blue) = 213+183+49=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B731 is #2A48CE. Grayscale: #B1B1B1. Windows color (decimal): -2771151 or 3258325. OLE color: 3258325.

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

Color convert

RGB 213 183 49 -
CMYK 0 0.14 0.77 0.16
HSL 49.02º 0.66% 0.51% -
HSV(B) 49.02º 0.77% 0.84% -
XYZ 44.93 48.23 9.85 -
YUV 176.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 213 183 49 0 0.14 0.77 0.16 49.02 0.66 0.51
Hex D5 B7 31 0 E 4D 10 31 42 33
Octal 325 267 61 0 16 115 20 61 102 63
Binary 11010101 10110111 110001 0 1110 1001101 10000 110001 1000010 110011

Color Harmonies of #D5B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B731

Black with #D5B731

Text Example


Text Example

White with #D5B731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B731; }

 p { color: rgb(213,183,49); }

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

background-color css

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

 a { background-color: rgb(213,183,49); }

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

border-color css

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

 span { border-color: rgb(213,183,49); }

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