Html Css Color HEX #D0AA3C Metallic Gold

📋 copy color: '#D0AA3C'

red 208 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #D0AA3C

Tints of Metallic Gold #D0AA3C

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

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

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

R = 47.49%
G = 38.81%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0AA3C (or 0xD0AA3C) is known color: Metallic Gold. HEX triplet: D0, AA and 3C. RGB value is (208,170,60). Sum of RGB (Red+Green+Blue) = 208+170+60=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA3C is #2F55C3. Grayscale: #A9A9A9. Windows color (decimal): -3102148 or 3975888. OLE color: 3975888.

HSL color Cylindrical-coordinate representation of color #D0AA3C: hue angle of 44.59º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0AA3C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 60 -
CMYK 0 0.18 0.71 0.18
HSL 44.59º 0.61% 0.53% -
HSV(B) 44.59º 0.71% 0.82% -
XYZ 41.2 42.49 10.3 -
YUV 168.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 208 170 60 0 0.18 0.71 0.18 44.59 0.61 0.53
Hex D0 AA 3C 0 12 47 12 2D 3D 35
Octal 320 252 74 0 22 107 22 55 75 65
Binary 11010000 10101010 111100 0 10010 1000111 10010 101101 111101 110101

Color Harmonies of #D0AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA3C

Black with #D0AA3C

Text Example


Text Example

White with #D0AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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