Html Css Color HEX #D2AD37 Metallic Gold

📋 copy color: '#D2AD37'

red 210 ◦ green 173 ◦ blue 55

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

Shades of Metallic Gold #D2AD37

Tints of Metallic Gold #D2AD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.56%

R = 47.95%
G = 39.5%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D2AD37 (or 0xD2AD37) is known color: Metallic Gold. HEX triplet: D2, AD and 37. RGB value is (210,173,55). Sum of RGB (Red+Green+Blue) = 210+173+55=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD37 is #2D52C8. Grayscale: #ABABAB. Windows color (decimal): -2970313 or 3648978. OLE color: 3648978.

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

Color convert

RGB 210 173 55 -
CMYK 0 0.18 0.74 0.18
HSL 45.68º 0.63% 0.52% -
HSV(B) 45.68º 0.74% 0.82% -
XYZ 42.21 43.86 9.86 -
YUV 170.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 210 173 55 0 0.18 0.74 0.18 45.68 0.63 0.52
Hex D2 AD 37 0 12 4A 12 2E 3F 34
Octal 322 255 67 0 22 112 22 56 77 64
Binary 11010010 10101101 110111 0 10010 1001010 10010 101110 111111 110100

Color Harmonies of #D2AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD37

Black with #D2AD37

Text Example


Text Example

White with #D2AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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