Html Css Color HEX #D8AA32 Metallic Gold

📋 copy color: '#D8AA32'

red 216 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #D8AA32

Tints of Metallic Gold #D8AA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 49.54%
G = 38.99%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8AA32 (or 0xD8AA32) is known color: Metallic Gold. HEX triplet: D8, AA and 32. RGB value is (216,170,50). Sum of RGB (Red+Green+Blue) = 216+170+50=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA32 is #2755CD. Grayscale: #AAAAAA. Windows color (decimal): -2577870 or 3320536. OLE color: 3320536.

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

Color convert

RGB 216 170 50 -
CMYK 0 0.21 0.77 0.15
HSL 43.37º 0.68% 0.52% -
HSV(B) 43.37º 0.77% 0.85% -
XYZ 43.27 43.58 9.15 -
YUV 170.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 216 170 50 0 0.21 0.77 0.15 43.37 0.68 0.52
Hex D8 AA 32 0 15 4D F 2B 44 34
Octal 330 252 62 0 25 115 17 53 104 64
Binary 11011000 10101010 110010 0 10101 1001101 1111 101011 1000100 110100

Color Harmonies of #D8AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA32

Black with #D8AA32

Text Example


Text Example

White with #D8AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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