Html Css Color HEX #DBAA31 Metallic Gold

📋 copy color: '#DBAA31'

red 219 ◦ green 170 ◦ blue 49

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

Shades of Metallic Gold #DBAA31

Tints of Metallic Gold #DBAA31

RGB

 RED value IS 219 (85.94% from 255) = 50%

 GREEN value IS 170 (66.8% from 255) = 38.81%

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

R = 50%
G = 38.81%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBAA31 (or 0xDBAA31) is known color: Metallic Gold. HEX triplet: DB, AA and 31. RGB value is (219,170,49). Sum of RGB (Red+Green+Blue) = 219+170+49=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA31 is #2455CE. Grayscale: #ABABAB. Windows color (decimal): -2381263 or 3255003. OLE color: 3255003.

HSL color Cylindrical-coordinate representation of color #DBAA31: hue angle of 42.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBAA31 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 49 -
CMYK 0 0.22 0.78 0.14
HSL 42.71º 0.7% 0.53% -
HSV(B) 42.71º 0.78% 0.86% -
XYZ 44.14 44.03 9.08 -
YUV 170.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 219 170 49 0 0.22 0.78 0.14 42.71 0.7 0.53
Hex DB AA 31 0 16 4E E 2B 46 35
Octal 333 252 61 0 26 116 16 53 106 65
Binary 11011011 10101010 110001 0 10110 1001110 1110 101011 1000110 110101

Color Harmonies of #DBAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA31

Black with #DBAA31

Text Example


Text Example

White with #DBAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA31; }

 p { color: rgb(219,170,49); }

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

background-color css

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

 a { background-color: rgb(219,170,49); }

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

border-color css

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

 span { border-color: rgb(219,170,49); }

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