Html Css Color HEX #D9A834 Metallic Gold

📋 copy color: '#D9A834'

red 217 ◦ green 168 ◦ blue 52

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

Shades of Metallic Gold #D9A834

Tints of Metallic Gold #D9A834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 49.66%
G = 38.44%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9A834 (or 0xD9A834) is known color: Metallic Gold. HEX triplet: D9, A8 and 34. RGB value is (217,168,52). Sum of RGB (Red+Green+Blue) = 217+168+52=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A834 is #2657CB. Grayscale: #A9A9A9. Windows color (decimal): -2512844 or 3451097. OLE color: 3451097.

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

Color convert

RGB 217 168 52 -
CMYK 0 0.23 0.76 0.15
HSL 42.18º 0.68% 0.53% -
HSV(B) 42.18º 0.76% 0.85% -
XYZ 43.24 43 9.27 -
YUV 169.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 217 168 52 0 0.23 0.76 0.15 42.18 0.68 0.53
Hex D9 A8 34 0 17 4C F 2A 44 35
Octal 331 250 64 0 27 114 17 52 104 65
Binary 11011001 10101000 110100 0 10111 1001100 1111 101010 1000100 110101

Color Harmonies of #D9A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A834

Black with #D9A834

Text Example


Text Example

White with #D9A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A834; }

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

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

background-color css

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

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

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

border-color css

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

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

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