Html Css Color HEX #D6A939 Metallic Gold

📋 copy color: '#D6A939'

red 214 ◦ green 169 ◦ blue 57

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

Shades of Metallic Gold #D6A939

Tints of Metallic Gold #D6A939

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 48.64%
G = 38.41%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6A939 (or 0xD6A939) is known color: Metallic Gold. HEX triplet: D6, A9 and 39. RGB value is (214,169,57). Sum of RGB (Red+Green+Blue) = 214+169+57=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A939 is #2956C6. Grayscale: #AAAAAA. Windows color (decimal): -2709191 or 3779030. OLE color: 3779030.

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

Color convert

RGB 214 169 57 -
CMYK 0 0.21 0.73 0.16
HSL 42.8º 0.66% 0.53% -
HSV(B) 42.8º 0.73% 0.84% -
XYZ 42.66 42.97 9.92 -
YUV 169.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 214 169 57 0 0.21 0.73 0.16 42.8 0.66 0.53
Hex D6 A9 39 0 15 49 10 2B 42 35
Octal 326 251 71 0 25 111 20 53 102 65
Binary 11010110 10101001 111001 0 10101 1001001 10000 101011 1000010 110101

Color Harmonies of #D6A939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A939

Black with #D6A939

Text Example


Text Example

White with #D6A939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A939; }

 p { color: rgb(214,169,57); }

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

background-color css

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

 a { background-color: rgb(214,169,57); }

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

border-color css

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

 span { border-color: rgb(214,169,57); }

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