Html Css Color HEX #D8A937 Metallic Gold

📋 copy color: '#D8A937'

red 216 ◦ green 169 ◦ blue 55

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

Shades of Metallic Gold #D8A937

Tints of Metallic Gold #D8A937

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 55 (21.88% from 255) = 12.5%

R = 49.09%
G = 38.41%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8A937 (or 0xD8A937) is known color: Metallic Gold. HEX triplet: D8, A9 and 37. RGB value is (216,169,55). Sum of RGB (Red+Green+Blue) = 216+169+55=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A937 is #2756C8. Grayscale: #AAAAAA. Windows color (decimal): -2578121 or 3647960. OLE color: 3647960.

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

Color convert

RGB 216 169 55 -
CMYK 0 0.22 0.75 0.15
HSL 42.48º 0.67% 0.53% -
HSV(B) 42.48º 0.75% 0.85% -
XYZ 43.2 43.25 9.69 -
YUV 170.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 216 169 55 0 0.22 0.75 0.15 42.48 0.67 0.53
Hex D8 A9 37 0 16 4B F 2A 43 35
Octal 330 251 67 0 26 113 17 52 103 65
Binary 11011000 10101001 110111 0 10110 1001011 1111 101010 1000011 110101

Color Harmonies of #D8A937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A937

Black with #D8A937

Text Example


Text Example

White with #D8A937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A937; }

 p { color: rgb(216,169,55); }

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

background-color css

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

 a { background-color: rgb(216,169,55); }

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

border-color css

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

 span { border-color: rgb(216,169,55); }

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