Html Css Color HEX #D6AF37 Metallic Gold

📋 copy color: '#D6AF37'

red 214 ◦ green 175 ◦ blue 55

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

Shades of Metallic Gold #D6AF37

Tints of Metallic Gold #D6AF37

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

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

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

R = 48.2%
G = 39.41%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6AF37 (or 0xD6AF37) is known color: Metallic Gold. HEX triplet: D6, AF and 37. RGB value is (214,175,55). Sum of RGB (Red+Green+Blue) = 214+175+55=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF37 is #2950C8. Grayscale: #ADADAD. Windows color (decimal): -2707657 or 3649494. OLE color: 3649494.

HSL color Cylindrical-coordinate representation of color #D6AF37: hue angle of 45.28º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6AF37 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 55 -
CMYK 0 0.18 0.74 0.16
HSL 45.28º 0.66% 0.53% -
HSV(B) 45.28º 0.74% 0.84% -
XYZ 43.75 45.23 10.04 -
YUV 172.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 214 175 55 0 0.18 0.74 0.16 45.28 0.66 0.53
Hex D6 AF 37 0 12 4A 10 2D 42 35
Octal 326 257 67 0 22 112 20 55 102 65
Binary 11010110 10101111 110111 0 10010 1001010 10000 101101 1000010 110101

Color Harmonies of #D6AF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF37

Black with #D6AF37

Text Example


Text Example

White with #D6AF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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