Html Css Color HEX #D8AD2D Metallic Gold

📋 copy color: '#D8AD2D'

red 216 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #D8AD2D

Tints of Metallic Gold #D8AD2D

RGB

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

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

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

R = 49.77%
G = 39.86%
B = 10.37%

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

#D8AD2D (or 0xD8AD2D) is known color: Metallic Gold. HEX triplet: D8, AD and 2D. RGB value is (216,173,45). Sum of RGB (Red+Green+Blue) = 216+173+45=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD2D is #2752D2. Grayscale: #ABABAB. Windows color (decimal): -2577107 or 2993624. OLE color: 2993624.

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

Color convert

RGB 216 173 45 -
CMYK 0 0.20 0.79 0.15
HSL 44.91º 0.69% 0.51% -
HSV(B) 44.91º 0.79% 0.85% -
XYZ 43.74 44.68 8.8 -
YUV 171.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 216 173 45 0 0.20 0.79 0.15 44.91 0.69 0.51
Hex D8 AD 2D 0 14 4F F 2D 45 33
Octal 330 255 55 0 24 117 17 55 105 63
Binary 11011000 10101101 101101 0 10100 1001111 1111 101101 1000101 110011

Color Harmonies of #D8AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD2D

Black with #D8AD2D

Text Example


Text Example

White with #D8AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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