Html Css Color HEX #D9AF2E Metallic Gold

📋 copy color: '#D9AF2E'

red 217 ◦ green 175 ◦ blue 46

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

Shades of Metallic Gold #D9AF2E

Tints of Metallic Gold #D9AF2E

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

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

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

R = 49.54%
G = 39.95%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9AF2E (or 0xD9AF2E) is known color: Metallic Gold. HEX triplet: D9, AF and 2E. RGB value is (217,175,46). Sum of RGB (Red+Green+Blue) = 217+175+46=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF2E is #2650D1. Grayscale: #ADADAD. Windows color (decimal): -2511058 or 3059673. OLE color: 3059673.

HSL color Cylindrical-coordinate representation of color #D9AF2E: hue angle of 45.26º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9AF2E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 46 -
CMYK 0 0.19 0.79 0.15
HSL 45.26º 0.69% 0.52% -
HSV(B) 45.26º 0.79% 0.85% -
XYZ 44.44 45.61 9.05 -
YUV 172.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 217 175 46 0 0.19 0.79 0.15 45.26 0.69 0.52
Hex D9 AF 2E 0 13 4F F 2D 45 34
Octal 331 257 56 0 23 117 17 55 105 64
Binary 11011001 10101111 101110 0 10011 1001111 1111 101101 1000101 110100

Color Harmonies of #D9AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF2E

Black with #D9AF2E

Text Example


Text Example

White with #D9AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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