Html Css Color HEX #D0AA2D Metallic Gold

📋 copy color: '#D0AA2D'

red 208 ◦ green 170 ◦ blue 45

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

Shades of Metallic Gold #D0AA2D

Tints of Metallic Gold #D0AA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 49.17%
G = 40.19%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0AA2D (or 0xD0AA2D) is known color: Metallic Gold. HEX triplet: D0, AA and 2D. RGB value is (208,170,45). Sum of RGB (Red+Green+Blue) = 208+170+45=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA2D is #2F55D2. Grayscale: #A7A7A7. Windows color (decimal): -3102163 or 2992848. OLE color: 2992848.

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

Color convert

RGB 208 170 45 -
CMYK 0 0.18 0.78 0.18
HSL 46.01º 0.64% 0.5% -
HSV(B) 46.01º 0.78% 0.82% -
XYZ 40.86 42.35 8.5 -
YUV 167.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 208 170 45 0 0.18 0.78 0.18 46.01 0.64 0.5
Hex D0 AA 2D 0 12 4E 12 2E 40 32
Octal 320 252 55 0 22 116 22 56 100 62
Binary 11010000 10101010 101101 0 10010 1001110 10010 101110 1000000 110010

Color Harmonies of #D0AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA2D

Black with #D0AA2D

Text Example


Text Example

White with #D0AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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