Html Css Color HEX #D8AA3C Metallic Gold

📋 copy color: '#D8AA3C'

red 216 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #D8AA3C

Tints of Metallic Gold #D8AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 60 (23.83% from 255) = 13.45%

R = 48.43%
G = 38.12%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8AA3C (or 0xD8AA3C) is known color: Metallic Gold. HEX triplet: D8, AA and 3C. RGB value is (216,170,60). Sum of RGB (Red+Green+Blue) = 216+170+60=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA3C is #2755C3. Grayscale: #ABABAB. Windows color (decimal): -2577860 or 3975896. OLE color: 3975896.

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

Color convert

RGB 216 170 60 -
CMYK 0 0.21 0.72 0.15
HSL 42.31º 0.67% 0.54% -
HSV(B) 42.31º 0.72% 0.85% -
XYZ 43.51 43.67 10.41 -
YUV 171.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 216 170 60 0 0.21 0.72 0.15 42.31 0.67 0.54
Hex D8 AA 3C 0 15 48 F 2A 43 36
Octal 330 252 74 0 25 110 17 52 103 66
Binary 11011000 10101010 111100 0 10101 1001000 1111 101010 1000011 110110

Color Harmonies of #D8AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA3C

Black with #D8AA3C

Text Example


Text Example

White with #D8AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA3C; }

 p { color: rgb(216,170,60); }

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

background-color css

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

 a { background-color: rgb(216,170,60); }

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

border-color css

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

 span { border-color: rgb(216,170,60); }

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