Html Css Color HEX #D6AD2D Metallic Gold

📋 copy color: '#D6AD2D'

red 214 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #D6AD2D

Tints of Metallic Gold #D6AD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.42%

R = 49.54%
G = 40.05%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AD2D (or 0xD6AD2D) is known color: Metallic Gold. HEX triplet: D6, AD and 2D. RGB value is (214,173,45). Sum of RGB (Red+Green+Blue) = 214+173+45=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD2D is #2952D2. Grayscale: #ABABAB. Windows color (decimal): -2708179 or 2993622. OLE color: 2993622.

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

Color convert

RGB 214 173 45 -
CMYK 0 0.19 0.79 0.16
HSL 45.44º 0.67% 0.51% -
HSV(B) 45.44º 0.79% 0.84% -
XYZ 43.15 44.37 8.77 -
YUV 170.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 214 173 45 0 0.19 0.79 0.16 45.44 0.67 0.51
Hex D6 AD 2D 0 13 4F 10 2D 43 33
Octal 326 255 55 0 23 117 20 55 103 63
Binary 11010110 10101101 101101 0 10011 1001111 10000 101101 1000011 110011

Color Harmonies of #D6AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD2D

Black with #D6AD2D

Text Example


Text Example

White with #D6AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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