Html Css Color HEX #D9AD2D Metallic Gold

📋 copy color: '#D9AD2D'

red 217 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #D9AD2D

Tints of Metallic Gold #D9AD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

 BLUE value IS 45 (17.97% from 255) = 10.34%

R = 49.89%
G = 39.77%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9AD2D (or 0xD9AD2D) is known color: Metallic Gold. HEX triplet: D9, AD and 2D. RGB value is (217,173,45). Sum of RGB (Red+Green+Blue) = 217+173+45=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD2D is #2652D2. Grayscale: #ACACAC. Windows color (decimal): -2511571 or 2993625. OLE color: 2993625.

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

Color convert

RGB 217 173 45 -
CMYK 0 0.20 0.79 0.15
HSL 44.65º 0.69% 0.51% -
HSV(B) 44.65º 0.79% 0.85% -
XYZ 44.03 44.83 8.81 -
YUV 171.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 217 173 45 0 0.20 0.79 0.15 44.65 0.69 0.51
Hex D9 AD 2D 0 14 4F F 2D 45 33
Octal 331 255 55 0 24 117 17 55 105 63
Binary 11011001 10101101 101101 0 10100 1001111 1111 101101 1000101 110011

Color Harmonies of #D9AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD2D

Black with #D9AD2D

Text Example


Text Example

White with #D9AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD2D; }

 p { color: rgb(217,173,45); }

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

background-color css

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

 a { background-color: rgb(217,173,45); }

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

border-color css

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

 span { border-color: rgb(217,173,45); }

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