Html Css Color HEX #D9AD3C Metallic Gold

📋 copy color: '#D9AD3C'

red 217 ◦ green 173 ◦ blue 60

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

Shades of Metallic Gold #D9AD3C

Tints of Metallic Gold #D9AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 48.22%
G = 38.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9AD3C (or 0xD9AD3C) is known color: Metallic Gold. HEX triplet: D9, AD and 3C. RGB value is (217,173,60). Sum of RGB (Red+Green+Blue) = 217+173+60=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD3C is #2652C3. Grayscale: #ADADAD. Windows color (decimal): -2511556 or 3976665. OLE color: 3976665.

HSL color Cylindrical-coordinate representation of color #D9AD3C: hue angle of 43.18º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9AD3C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 60 -
CMYK 0 0.20 0.72 0.15
HSL 43.18º 0.67% 0.54% -
HSV(B) 43.18º 0.72% 0.85% -
XYZ 44.37 44.97 10.62 -
YUV 173.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 217 173 60 0 0.20 0.72 0.15 43.18 0.67 0.54
Hex D9 AD 3C 0 14 48 F 2B 43 36
Octal 331 255 74 0 24 110 17 53 103 66
Binary 11011001 10101101 111100 0 10100 1001000 1111 101011 1000011 110110

Color Harmonies of #D9AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD3C

Black with #D9AD3C

Text Example


Text Example

White with #D9AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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