Html Css Color HEX #D7AA2E Metallic Gold

📋 copy color: '#D7AA2E'

red 215 ◦ green 170 ◦ blue 46

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

Shades of Metallic Gold #D7AA2E

Tints of Metallic Gold #D7AA2E

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

 GREEN value IS 170 (66.8% from 255) = 39.44%

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

R = 49.88%
G = 39.44%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7AA2E (or 0xD7AA2E) is known color: Metallic Gold. HEX triplet: D7, AA and 2E. RGB value is (215,170,46). Sum of RGB (Red+Green+Blue) = 215+170+46=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA2E is #2855D1. Grayscale: #A9A9A9. Windows color (decimal): -2643410 or 3058391. OLE color: 3058391.

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

Color convert

RGB 215 170 46 -
CMYK 0 0.21 0.79 0.16
HSL 44.02º 0.68% 0.51% -
HSV(B) 44.02º 0.79% 0.84% -
XYZ 42.89 43.39 8.7 -
YUV 169.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 215 170 46 0 0.21 0.79 0.16 44.02 0.68 0.51
Hex D7 AA 2E 0 15 4F 10 2C 44 33
Octal 327 252 56 0 25 117 20 54 104 63
Binary 11010111 10101010 101110 0 10101 1001111 10000 101100 1000100 110011

Color Harmonies of #D7AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA2E

Black with #D7AA2E

Text Example


Text Example

White with #D7AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA2E; }

 p { color: rgb(215,170,46); }

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

background-color css

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

 a { background-color: rgb(215,170,46); }

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

border-color css

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

 span { border-color: rgb(215,170,46); }

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