Html Css Color HEX #D9A831 Metallic Gold

📋 copy color: '#D9A831'

red 217 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #D9A831

Tints of Metallic Gold #D9A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 50%
G = 38.71%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9A831 (or 0xD9A831) is known color: Metallic Gold. HEX triplet: D9, A8 and 31. RGB value is (217,168,49). Sum of RGB (Red+Green+Blue) = 217+168+49=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A831 is #2657CE. Grayscale: #A9A9A9. Windows color (decimal): -2512847 or 3254489. OLE color: 3254489.

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

Color convert

RGB 217 168 49 -
CMYK 0 0.23 0.77 0.15
HSL 42.5º 0.69% 0.52% -
HSV(B) 42.5º 0.77% 0.85% -
XYZ 43.17 42.98 8.93 -
YUV 169.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 217 168 49 0 0.23 0.77 0.15 42.5 0.69 0.52
Hex D9 A8 31 0 17 4D F 2A 45 34
Octal 331 250 61 0 27 115 17 52 105 64
Binary 11011001 10101000 110001 0 10111 1001101 1111 101010 1000101 110100

Color Harmonies of #D9A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A831

Black with #D9A831

Text Example


Text Example

White with #D9A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A831; }

 p { color: rgb(217,168,49); }

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

background-color css

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

 a { background-color: rgb(217,168,49); }

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

border-color css

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

 span { border-color: rgb(217,168,49); }

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