Html Css Color HEX #D8AF2E Metallic Gold

📋 copy color: '#D8AF2E'

red 216 ◦ green 175 ◦ blue 46

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

Shades of Metallic Gold #D8AF2E

Tints of Metallic Gold #D8AF2E

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

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

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

R = 49.43%
G = 40.05%
B = 10.53%

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

#D8AF2E (or 0xD8AF2E) is known color: Metallic Gold. HEX triplet: D8, AF and 2E. RGB value is (216,175,46). Sum of RGB (Red+Green+Blue) = 216+175+46=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF2E is #2750D1. Grayscale: #ADADAD. Windows color (decimal): -2576594 or 3059672. OLE color: 3059672.

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

Color convert

RGB 216 175 46 -
CMYK 0 0.19 0.79 0.15
HSL 45.53º 0.69% 0.51% -
HSV(B) 45.53º 0.79% 0.85% -
XYZ 44.14 45.46 9.03 -
YUV 172.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 216 175 46 0 0.19 0.79 0.15 45.53 0.69 0.51
Hex D8 AF 2E 0 13 4F F 2E 45 33
Octal 330 257 56 0 23 117 17 56 105 63
Binary 11011000 10101111 101110 0 10011 1001111 1111 101110 1000101 110011

Color Harmonies of #D8AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF2E

Black with #D8AF2E

Text Example


Text Example

White with #D8AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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