Html Css Color HEX #D6AA2F Metallic Gold

📋 copy color: '#D6AA2F'

red 214 ◦ green 170 ◦ blue 47

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

Shades of Metallic Gold #D6AA2F

Tints of Metallic Gold #D6AA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 49.65%
G = 39.44%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6AA2F (or 0xD6AA2F) is known color: Metallic Gold. HEX triplet: D6, AA and 2F. RGB value is (214,170,47). Sum of RGB (Red+Green+Blue) = 214+170+47=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA2F is #2955D0. Grayscale: #A9A9A9. Windows color (decimal): -2708945 or 3123926. OLE color: 3123926.

HSL color Cylindrical-coordinate representation of color #D6AA2F: hue angle of 44.19º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6AA2F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 47 -
CMYK 0 0.21 0.78 0.16
HSL 44.19º 0.67% 0.51% -
HSV(B) 44.19º 0.78% 0.84% -
XYZ 42.62 43.25 8.79 -
YUV 169.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 214 170 47 0 0.21 0.78 0.16 44.19 0.67 0.51
Hex D6 AA 2F 0 15 4E 10 2C 43 33
Octal 326 252 57 0 25 116 20 54 103 63
Binary 11010110 10101010 101111 0 10101 1001110 10000 101100 1000011 110011

Color Harmonies of #D6AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA2F

Black with #D6AA2F

Text Example


Text Example

White with #D6AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA2F; }

 p { color: rgb(214,170,47); }

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

background-color css

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

 a { background-color: rgb(214,170,47); }

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

border-color css

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

 span { border-color: rgb(214,170,47); }

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