Html Css Color HEX #D5B044 Metallic Gold

📋 copy color: '#D5B044'

red 213 ◦ green 176 ◦ blue 68

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

Shades of Metallic Gold #D5B044

Tints of Metallic Gold #D5B044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.88%

R = 46.61%
G = 38.51%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5B044 (or 0xD5B044) is known color: Metallic Gold. HEX triplet: D5, B0 and 44. RGB value is (213,176,68). Sum of RGB (Red+Green+Blue) = 213+176+68=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B044 is #2A4FBB. Grayscale: #AFAFAF. Windows color (decimal): -2772924 or 4501717. OLE color: 4501717.

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

Color convert

RGB 213 176 68 -
CMYK 0 0.17 0.68 0.16
HSL 44.69º 0.63% 0.55% -
HSV(B) 44.69º 0.68% 0.84% -
XYZ 44.01 45.61 11.95 -
YUV 174.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 213 176 68 0 0.17 0.68 0.16 44.69 0.63 0.55
Hex D5 B0 44 0 11 44 10 2D 3F 37
Octal 325 260 104 0 21 104 20 55 77 67
Binary 11010101 10110000 1000100 0 10001 1000100 10000 101101 111111 110111

Color Harmonies of #D5B044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B044

Black with #D5B044

Text Example


Text Example

White with #D5B044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B044; }

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

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

background-color css

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

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

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

border-color css

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

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

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