Html Css Color HEX #D6A841 Metallic Gold

📋 copy color: '#D6A841'

red 214 ◦ green 168 ◦ blue 65

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

Shades of Metallic Gold #D6A841

Tints of Metallic Gold #D6A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 47.87%
G = 37.58%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D6A841 (or 0xD6A841) is known color: Metallic Gold. HEX triplet: D6, A8 and 41. RGB value is (214,168,65). Sum of RGB (Red+Green+Blue) = 214+168+65=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A841 is #2957BE. Grayscale: #AAAAAA. Windows color (decimal): -2709439 or 4303062. OLE color: 4303062.

HSL color Cylindrical-coordinate representation of color #D6A841: hue angle of 41.48º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6A841 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 65 -
CMYK 0 0.21 0.70 0.16
HSL 41.48º 0.65% 0.55% -
HSV(B) 41.48º 0.7% 0.84% -
XYZ 42.69 42.68 10.99 -
YUV 170.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 214 168 65 0 0.21 0.70 0.16 41.48 0.65 0.55
Hex D6 A8 41 0 15 46 10 29 41 37
Octal 326 250 101 0 25 106 20 51 101 67
Binary 11010110 10101000 1000001 0 10101 1000110 10000 101001 1000001 110111

Color Harmonies of #D6A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A841

Black with #D6A841

Text Example


Text Example

White with #D6A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A841; }

 p { color: rgb(214,168,65); }

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

background-color css

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

 a { background-color: rgb(214,168,65); }

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

border-color css

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

 span { border-color: rgb(214,168,65); }

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