Html Css Color HEX #D9A832 Metallic Gold

📋 copy color: '#D9A832'

red 217 ◦ green 168 ◦ blue 50

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

Shades of Metallic Gold #D9A832

Tints of Metallic Gold #D9A832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 49.89%
G = 38.62%
B = 11.49%

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

#D9A832 (or 0xD9A832) is known color: Metallic Gold. HEX triplet: D9, A8 and 32. RGB value is (217,168,50). Sum of RGB (Red+Green+Blue) = 217+168+50=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A832 is #2657CD. Grayscale: #A9A9A9. Windows color (decimal): -2512846 or 3320025. OLE color: 3320025.

HSL color Cylindrical-coordinate representation of color #D9A832: hue angle of 42.4º 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 #D9A832 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 50 -
CMYK 0 0.23 0.77 0.15
HSL 42.4º 0.69% 0.52% -
HSV(B) 42.4º 0.77% 0.85% -
XYZ 43.19 42.99 9.04 -
YUV 169.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 217 168 50 0 0.23 0.77 0.15 42.4 0.69 0.52
Hex D9 A8 32 0 17 4D F 2A 45 34
Octal 331 250 62 0 27 115 17 52 105 64
Binary 11011001 10101000 110010 0 10111 1001101 1111 101010 1000101 110100

Color Harmonies of #D9A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A832

Black with #D9A832

Text Example


Text Example

White with #D9A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A832; }

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

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

background-color css

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

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

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

border-color css

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

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

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