Html Css Color HEX #D4AB2E Metallic Gold

📋 copy color: '#D4AB2E'

red 212 ◦ green 171 ◦ blue 46

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

Shades of Metallic Gold #D4AB2E

Tints of Metallic Gold #D4AB2E

RGB

 RED value IS 212 (83.2% from 255) = 49.42%

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

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

R = 49.42%
G = 39.86%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4AB2E (or 0xD4AB2E) is known color: Metallic Gold. HEX triplet: D4, AB and 2E. RGB value is (212,171,46). Sum of RGB (Red+Green+Blue) = 212+171+46=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB2E is #2B54D1. Grayscale: #A9A9A9. Windows color (decimal): -2839762 or 3058644. OLE color: 3058644.

HSL color Cylindrical-coordinate representation of color #D4AB2E: hue angle of 45.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4AB2E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 46 -
CMYK 0 0.19 0.78 0.17
HSL 45.18º 0.66% 0.51% -
HSV(B) 45.18º 0.78% 0.83% -
XYZ 42.21 43.32 8.72 -
YUV 169.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 212 171 46 0 0.19 0.78 0.17 45.18 0.66 0.51
Hex D4 AB 2E 0 13 4E 11 2D 42 33
Octal 324 253 56 0 23 116 21 55 102 63
Binary 11010100 10101011 101110 0 10011 1001110 10001 101101 1000010 110011

Color Harmonies of #D4AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB2E

Black with #D4AB2E

Text Example


Text Example

White with #D4AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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