Html Css Color HEX #D3AB31 Metallic Gold

📋 copy color: '#D3AB31'

red 211 ◦ green 171 ◦ blue 49

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

Shades of Metallic Gold #D3AB31

Tints of Metallic Gold #D3AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 48.96%
G = 39.68%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D3AB31 (or 0xD3AB31) is known color: Metallic Gold. HEX triplet: D3, AB and 31. RGB value is (211,171,49). Sum of RGB (Red+Green+Blue) = 211+171+49=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB31 is #2C54CE. Grayscale: #A9A9A9. Windows color (decimal): -2905295 or 3255251. OLE color: 3255251.

HSL color Cylindrical-coordinate representation of color #D3AB31: hue angle of 45.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3AB31 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 49 -
CMYK 0 0.19 0.77 0.17
HSL 45.19º 0.65% 0.51% -
HSV(B) 45.19º 0.77% 0.83% -
XYZ 41.98 43.2 9.03 -
YUV 169.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 211 171 49 0 0.19 0.77 0.17 45.19 0.65 0.51
Hex D3 AB 31 0 13 4D 11 2D 41 33
Octal 323 253 61 0 23 115 21 55 101 63
Binary 11010011 10101011 110001 0 10011 1001101 10001 101101 1000001 110011

Color Harmonies of #D3AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB31

Black with #D3AB31

Text Example


Text Example

White with #D3AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB31; }

 p { color: rgb(211,171,49); }

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

background-color css

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

 a { background-color: rgb(211,171,49); }

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

border-color css

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

 span { border-color: rgb(211,171,49); }

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