Html Css Color HEX #D7AF2E Metallic Gold

📋 copy color: '#D7AF2E'

red 215 ◦ green 175 ◦ blue 46

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

Shades of Metallic Gold #D7AF2E

Tints of Metallic Gold #D7AF2E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 49.31%
G = 40.14%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7AF2E (or 0xD7AF2E) is known color: Metallic Gold. HEX triplet: D7, AF and 2E. RGB value is (215,175,46). Sum of RGB (Red+Green+Blue) = 215+175+46=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF2E is #2850D1. Grayscale: #ACACAC. Windows color (decimal): -2642130 or 3059671. OLE color: 3059671.

HSL color Cylindrical-coordinate representation of color #D7AF2E: hue angle of 45.8º 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 #D7AF2E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 46 -
CMYK 0 0.19 0.79 0.16
HSL 45.8º 0.68% 0.51% -
HSV(B) 45.8º 0.79% 0.84% -
XYZ 43.85 45.3 9.02 -
YUV 172.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 215 175 46 0 0.19 0.79 0.16 45.8 0.68 0.51
Hex D7 AF 2E 0 13 4F 10 2E 44 33
Octal 327 257 56 0 23 117 20 56 104 63
Binary 11010111 10101111 101110 0 10011 1001111 10000 101110 1000100 110011

Color Harmonies of #D7AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF2E

Black with #D7AF2E

Text Example


Text Example

White with #D7AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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