Html Css Color HEX #D6AD43 Metallic Gold

📋 copy color: '#D6AD43'

red 214 ◦ green 173 ◦ blue 67

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

Shades of Metallic Gold #D6AD43

Tints of Metallic Gold #D6AD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 67 (26.56% from 255) = 14.76%

R = 47.14%
G = 38.11%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6AD43 (or 0xD6AD43) is known color: Metallic Gold. HEX triplet: D6, AD and 43. RGB value is (214,173,67). Sum of RGB (Red+Green+Blue) = 214+173+67=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD43 is #2952BC. Grayscale: #ADADAD. Windows color (decimal): -2708157 or 4435414. OLE color: 4435414.

HSL color Cylindrical-coordinate representation of color #D6AD43: hue angle of 43.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6AD43 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 67 -
CMYK 0 0.19 0.69 0.16
HSL 43.27º 0.64% 0.55% -
HSV(B) 43.27º 0.69% 0.84% -
XYZ 43.69 44.59 11.61 -
YUV 173.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 214 173 67 0 0.19 0.69 0.16 43.27 0.64 0.55
Hex D6 AD 43 0 13 45 10 2B 40 37
Octal 326 255 103 0 23 105 20 53 100 67
Binary 11010110 10101101 1000011 0 10011 1000101 10000 101011 1000000 110111

Color Harmonies of #D6AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD43

Black with #D6AD43

Text Example


Text Example

White with #D6AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD43; }

 p { color: rgb(214,173,67); }

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

background-color css

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

 a { background-color: rgb(214,173,67); }

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

border-color css

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

 span { border-color: rgb(214,173,67); }

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