Html Css Color HEX #D2AD3A Metallic Gold

📋 copy color: '#D2AD3A'

red 210 ◦ green 173 ◦ blue 58

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

Shades of Metallic Gold #D2AD3A

Tints of Metallic Gold #D2AD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 47.62%
G = 39.23%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2AD3A (or 0xD2AD3A) is known color: Metallic Gold. HEX triplet: D2, AD and 3A. RGB value is (210,173,58). Sum of RGB (Red+Green+Blue) = 210+173+58=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD3A is #2D52C5. Grayscale: #ABABAB. Windows color (decimal): -2970310 or 3845586. OLE color: 3845586.

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

Color convert

RGB 210 173 58 -
CMYK 0 0.18 0.72 0.18
HSL 45.39º 0.63% 0.53% -
HSV(B) 45.39º 0.72% 0.82% -
XYZ 42.29 43.89 10.25 -
YUV 170.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 210 173 58 0 0.18 0.72 0.18 45.39 0.63 0.53
Hex D2 AD 3A 0 12 48 12 2D 3F 35
Octal 322 255 72 0 22 110 22 55 77 65
Binary 11010010 10101101 111010 0 10010 1001000 10010 101101 111111 110101

Color Harmonies of #D2AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD3A

Black with #D2AD3A

Text Example


Text Example

White with #D2AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD3A; }

 p { color: rgb(210,173,58); }

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

background-color css

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

 a { background-color: rgb(210,173,58); }

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

border-color css

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

 span { border-color: rgb(210,173,58); }

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