Html Css Color HEX #D5AB37 Metallic Gold

📋 copy color: '#D5AB37'

red 213 ◦ green 171 ◦ blue 55

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

Shades of Metallic Gold #D5AB37

Tints of Metallic Gold #D5AB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 55 (21.88% from 255) = 12.53%

R = 48.52%
G = 38.95%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D5AB37 (or 0xD5AB37) is known color: Metallic Gold. HEX triplet: D5, AB and 37. RGB value is (213,171,55). Sum of RGB (Red+Green+Blue) = 213+171+55=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB37 is #2A54C8. Grayscale: #AAAAAA. Windows color (decimal): -2774217 or 3648469. OLE color: 3648469.

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

Color convert

RGB 213 171 55 -
CMYK 0 0.20 0.74 0.16
HSL 44.05º 0.65% 0.53% -
HSV(B) 44.05º 0.74% 0.84% -
XYZ 42.69 43.55 9.77 -
YUV 170.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 213 171 55 0 0.20 0.74 0.16 44.05 0.65 0.53
Hex D5 AB 37 0 14 4A 10 2C 41 35
Octal 325 253 67 0 24 112 20 54 101 65
Binary 11010101 10101011 110111 0 10100 1001010 10000 101100 1000001 110101

Color Harmonies of #D5AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB37

Black with #D5AB37

Text Example


Text Example

White with #D5AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB37; }

 p { color: rgb(213,171,55); }

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

background-color css

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

 a { background-color: rgb(213,171,55); }

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

border-color css

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

 span { border-color: rgb(213,171,55); }

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