Html Css Color HEX #D8AD41 Metallic Gold

📋 copy color: '#D8AD41'

red 216 ◦ green 173 ◦ blue 65

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

Shades of Metallic Gold #D8AD41

Tints of Metallic Gold #D8AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.32%

R = 47.58%
G = 38.11%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8AD41 (or 0xD8AD41) is known color: Metallic Gold. HEX triplet: D8, AD and 41. RGB value is (216,173,65). Sum of RGB (Red+Green+Blue) = 216+173+65=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD41 is #2752BE. Grayscale: #AEAEAE. Windows color (decimal): -2577087 or 4304344. OLE color: 4304344.

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

Color convert

RGB 216 173 65 -
CMYK 0 0.20 0.70 0.15
HSL 42.91º 0.66% 0.55% -
HSV(B) 42.91º 0.7% 0.85% -
XYZ 44.22 44.87 11.33 -
YUV 173.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 216 173 65 0 0.20 0.70 0.15 42.91 0.66 0.55
Hex D8 AD 41 0 14 46 F 2B 42 37
Octal 330 255 101 0 24 106 17 53 102 67
Binary 11011000 10101101 1000001 0 10100 1000110 1111 101011 1000010 110111

Color Harmonies of #D8AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD41

Black with #D8AD41

Text Example


Text Example

White with #D8AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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