Html Css Color HEX #D8AD3E Metallic Gold

📋 copy color: '#D8AD3E'

red 216 ◦ green 173 ◦ blue 62

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

Shades of Metallic Gold #D8AD3E

Tints of Metallic Gold #D8AD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.75%

R = 47.89%
G = 38.36%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8AD3E (or 0xD8AD3E) is known color: Metallic Gold. HEX triplet: D8, AD and 3E. RGB value is (216,173,62). Sum of RGB (Red+Green+Blue) = 216+173+62=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD3E is #2752C1. Grayscale: #ADADAD. Windows color (decimal): -2577090 or 4107736. OLE color: 4107736.

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

Color convert

RGB 216 173 62 -
CMYK 0 0.20 0.71 0.15
HSL 43.25º 0.66% 0.55% -
HSV(B) 43.25º 0.71% 0.85% -
XYZ 44.13 44.83 10.89 -
YUV 173.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 216 173 62 0 0.20 0.71 0.15 43.25 0.66 0.55
Hex D8 AD 3E 0 14 47 F 2B 42 37
Octal 330 255 76 0 24 107 17 53 102 67
Binary 11011000 10101101 111110 0 10100 1000111 1111 101011 1000010 110111

Color Harmonies of #D8AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD3E

Black with #D8AD3E

Text Example


Text Example

White with #D8AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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