Html Css Color HEX #D8AD3A Metallic Gold

📋 copy color: '#D8AD3A'

red 216 ◦ green 173 ◦ blue 58

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

Shades of Metallic Gold #D8AD3A

Tints of Metallic Gold #D8AD3A

RGB

 RED value IS 216 (84.77% from 255) = 48.32%

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

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 48.32%
G = 38.7%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8AD3A (or 0xD8AD3A) is known color: Metallic Gold. HEX triplet: D8, AD and 3A. RGB value is (216,173,58). Sum of RGB (Red+Green+Blue) = 216+173+58=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD3A is #2752C5. Grayscale: #ADADAD. Windows color (decimal): -2577094 or 3845592. OLE color: 3845592.

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

Color convert

RGB 216 173 58 -
CMYK 0 0.20 0.73 0.15
HSL 43.67º 0.67% 0.54% -
HSV(B) 43.67º 0.73% 0.85% -
XYZ 44.03 44.79 10.33 -
YUV 172.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 216 173 58 0 0.20 0.73 0.15 43.67 0.67 0.54
Hex D8 AD 3A 0 14 49 F 2C 43 36
Octal 330 255 72 0 24 111 17 54 103 66
Binary 11011000 10101101 111010 0 10100 1001001 1111 101100 1000011 110110

Color Harmonies of #D8AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD3A

Black with #D8AD3A

Text Example


Text Example

White with #D8AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD3A; }

 p { color: rgb(216,173,58); }

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

background-color css

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

 a { background-color: rgb(216,173,58); }

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

border-color css

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

 span { border-color: rgb(216,173,58); }

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