Html Css Color HEX #D2AF37 Metallic Gold

📋 copy color: '#D2AF37'

red 210 ◦ green 175 ◦ blue 55

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

Shades of Metallic Gold #D2AF37

Tints of Metallic Gold #D2AF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 47.73%
G = 39.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D2AF37 (or 0xD2AF37) is known color: Metallic Gold. HEX triplet: D2, AF and 37. RGB value is (210,175,55). Sum of RGB (Red+Green+Blue) = 210+175+55=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF37 is #2D50C8. Grayscale: #ACACAC. Windows color (decimal): -2969801 or 3649490. OLE color: 3649490.

HSL color Cylindrical-coordinate representation of color #D2AF37: hue angle of 46.45º 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 #D2AF37 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 55 -
CMYK 0 0.17 0.74 0.18
HSL 46.45º 0.63% 0.52% -
HSV(B) 46.45º 0.74% 0.82% -
XYZ 42.6 44.64 9.99 -
YUV 171.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 210 175 55 0 0.17 0.74 0.18 46.45 0.63 0.52
Hex D2 AF 37 0 11 4A 12 2E 3F 34
Octal 322 257 67 0 21 112 22 56 77 64
Binary 11010010 10101111 110111 0 10001 1001010 10010 101110 111111 110100

Color Harmonies of #D2AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF37

Black with #D2AF37

Text Example


Text Example

White with #D2AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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