Html Css Color HEX #D2AA39 Metallic Gold

📋 copy color: '#D2AA39'

red 210 ◦ green 170 ◦ blue 57

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

Shades of Metallic Gold #D2AA39

Tints of Metallic Gold #D2AA39

RGB

 RED value IS 210 (82.42% from 255) = 48.05%

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

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

R = 48.05%
G = 38.9%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2AA39 (or 0xD2AA39) is known color: Metallic Gold. HEX triplet: D2, AA and 39. RGB value is (210,170,57). Sum of RGB (Red+Green+Blue) = 210+170+57=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA39 is #2D55C6. Grayscale: #A9A9A9. Windows color (decimal): -2971079 or 3779282. OLE color: 3779282.

HSL color Cylindrical-coordinate representation of color #D2AA39: hue angle of 44.31º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2AA39 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 170 57 -
CMYK 0 0.19 0.73 0.18
HSL 44.31º 0.63% 0.52% -
HSV(B) 44.31º 0.73% 0.82% -
XYZ 41.69 42.75 9.92 -
YUV 169.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 210 170 57 0 0.19 0.73 0.18 44.31 0.63 0.52
Hex D2 AA 39 0 13 49 12 2C 3F 34
Octal 322 252 71 0 23 111 22 54 77 64
Binary 11010010 10101010 111001 0 10011 1001001 10010 101100 111111 110100

Color Harmonies of #D2AA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA39

Black with #D2AA39

Text Example


Text Example

White with #D2AA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA39; }

 p { color: rgb(210,170,57); }

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

background-color css

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

 a { background-color: rgb(210,170,57); }

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

border-color css

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

 span { border-color: rgb(210,170,57); }

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