Html Css Color HEX #D2AD45 Metallic Gold

📋 copy color: '#D2AD45'

red 210 ◦ green 173 ◦ blue 69

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

Shades of Metallic Gold #D2AD45

Tints of Metallic Gold #D2AD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 46.46%
G = 38.27%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D2AD45 (or 0xD2AD45) is known color: Metallic Gold. HEX triplet: D2, AD and 45. RGB value is (210,173,69). Sum of RGB (Red+Green+Blue) = 210+173+69=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD45 is #2D52BA. Grayscale: #ACACAC. Windows color (decimal): -2970299 or 4566482. OLE color: 4566482.

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

Color convert

RGB 210 173 69 -
CMYK 0 0.18 0.67 0.18
HSL 44.26º 0.61% 0.55% -
HSV(B) 44.26º 0.67% 0.82% -
XYZ 42.6 44.02 11.88 -
YUV 172.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 210 173 69 0 0.18 0.67 0.18 44.26 0.61 0.55
Hex D2 AD 45 0 12 43 12 2C 3D 37
Octal 322 255 105 0 22 103 22 54 75 67
Binary 11010010 10101101 1000101 0 10010 1000011 10010 101100 111101 110111

Color Harmonies of #D2AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD45

Black with #D2AD45

Text Example


Text Example

White with #D2AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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