Html Css Color HEX #D5AB2E Metallic Gold

📋 copy color: '#D5AB2E'

red 213 ◦ green 171 ◦ blue 46

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

Shades of Metallic Gold #D5AB2E

Tints of Metallic Gold #D5AB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.7%

R = 49.53%
G = 39.77%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5AB2E (or 0xD5AB2E) is known color: Metallic Gold. HEX triplet: D5, AB and 2E. RGB value is (213,171,46). Sum of RGB (Red+Green+Blue) = 213+171+46=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB2E is #2A54D1. Grayscale: #A9A9A9. Windows color (decimal): -2774226 or 3058645. OLE color: 3058645.

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

Color convert

RGB 213 171 46 -
CMYK 0 0.20 0.78 0.16
HSL 44.91º 0.67% 0.51% -
HSV(B) 44.91º 0.78% 0.84% -
XYZ 42.5 43.47 8.74 -
YUV 169.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 213 171 46 0 0.20 0.78 0.16 44.91 0.67 0.51
Hex D5 AB 2E 0 14 4E 10 2D 43 33
Octal 325 253 56 0 24 116 20 55 103 63
Binary 11010101 10101011 101110 0 10100 1001110 10000 101101 1000011 110011

Color Harmonies of #D5AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB2E

Black with #D5AB2E

Text Example


Text Example

White with #D5AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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