Html Css Color HEX #D6A633 Metallic Gold

📋 copy color: '#D6A633'

red 214 ◦ green 166 ◦ blue 51

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

Shades of Metallic Gold #D6A633

Tints of Metallic Gold #D6A633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 49.65%
G = 38.52%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6A633 (or 0xD6A633) is known color: Metallic Gold. HEX triplet: D6, A6 and 33. RGB value is (214,166,51). Sum of RGB (Red+Green+Blue) = 214+166+51=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A633 is #2959CC. Grayscale: #A7A7A7. Windows color (decimal): -2709965 or 3385046. OLE color: 3385046.

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

Color convert

RGB 214 166 51 -
CMYK 0 0.22 0.76 0.16
HSL 42.33º 0.67% 0.52% -
HSV(B) 42.33º 0.76% 0.84% -
XYZ 41.97 41.81 8.99 -
YUV 167.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 214 166 51 0 0.22 0.76 0.16 42.33 0.67 0.52
Hex D6 A6 33 0 16 4C 10 2A 43 34
Octal 326 246 63 0 26 114 20 52 103 64
Binary 11010110 10100110 110011 0 10110 1001100 10000 101010 1000011 110100

Color Harmonies of #D6A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A633

Black with #D6A633

Text Example


Text Example

White with #D6A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A633; }

 p { color: rgb(214,166,51); }

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

background-color css

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

 a { background-color: rgb(214,166,51); }

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

border-color css

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

 span { border-color: rgb(214,166,51); }

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