Html Css Color HEX #D8A839 Metallic Gold

📋 copy color: '#D8A839'

red 216 ◦ green 168 ◦ blue 57

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

Shades of Metallic Gold #D8A839

Tints of Metallic Gold #D8A839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 57 (22.66% from 255) = 12.93%

R = 48.98%
G = 38.1%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D8A839 (or 0xD8A839) is known color: Metallic Gold. HEX triplet: D8, A8 and 39. RGB value is (216,168,57). Sum of RGB (Red+Green+Blue) = 216+168+57=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A839 is #2757C6. Grayscale: #AAAAAA. Windows color (decimal): -2578375 or 3778776. OLE color: 3778776.

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

Color convert

RGB 216 168 57 -
CMYK 0 0.22 0.74 0.15
HSL 41.89º 0.67% 0.54% -
HSV(B) 41.89º 0.74% 0.85% -
XYZ 43.06 42.9 9.88 -
YUV 169.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 216 168 57 0 0.22 0.74 0.15 41.89 0.67 0.54
Hex D8 A8 39 0 16 4A F 2A 43 36
Octal 330 250 71 0 26 112 17 52 103 66
Binary 11011000 10101000 111001 0 10110 1001010 1111 101010 1000011 110110

Color Harmonies of #D8A839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A839

Black with #D8A839

Text Example


Text Example

White with #D8A839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A839; }

 p { color: rgb(216,168,57); }

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

background-color css

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

 a { background-color: rgb(216,168,57); }

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

border-color css

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

 span { border-color: rgb(216,168,57); }

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