Html Css Color HEX #D3AD3E Metallic Gold

📋 copy color: '#D3AD3E'

red 211 ◦ green 173 ◦ blue 62

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

Shades of Metallic Gold #D3AD3E

Tints of Metallic Gold #D3AD3E

RGB

 RED value IS 211 (82.81% from 255) = 47.31%

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

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 47.31%
G = 38.79%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3AD3E (or 0xD3AD3E) is known color: Metallic Gold. HEX triplet: D3, AD and 3E. RGB value is (211,173,62). Sum of RGB (Red+Green+Blue) = 211+173+62=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD3E is #2C52C1. Grayscale: #ACACAC. Windows color (decimal): -2904770 or 4107731. OLE color: 4107731.

HSL color Cylindrical-coordinate representation of color #D3AD3E: hue angle of 44.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3AD3E is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 62 -
CMYK 0 0.18 0.71 0.17
HSL 44.7º 0.63% 0.54% -
HSV(B) 44.7º 0.71% 0.83% -
XYZ 42.68 44.08 10.82 -
YUV 171.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 211 173 62 0 0.18 0.71 0.17 44.7 0.63 0.54
Hex D3 AD 3E 0 12 47 11 2D 3F 36
Octal 323 255 76 0 22 107 21 55 77 66
Binary 11010011 10101101 111110 0 10010 1000111 10001 101101 111111 110110

Color Harmonies of #D3AD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD3E

Black with #D3AD3E

Text Example


Text Example

White with #D3AD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD3E; }

 p { color: rgb(211,173,62); }

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

background-color css

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

 a { background-color: rgb(211,173,62); }

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

border-color css

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

 span { border-color: rgb(211,173,62); }

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