Html Css Color HEX #DBAA32 Metallic Gold

📋 copy color: '#DBAA32'

red 219 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #DBAA32

Tints of Metallic Gold #DBAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 49.89%
G = 38.72%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBAA32 (or 0xDBAA32) is known color: Metallic Gold. HEX triplet: DB, AA and 32. RGB value is (219,170,50). Sum of RGB (Red+Green+Blue) = 219+170+50=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA32 is #2455CD. Grayscale: #ABABAB. Windows color (decimal): -2381262 or 3320539. OLE color: 3320539.

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

Color convert

RGB 219 170 50 -
CMYK 0 0.22 0.77 0.14
HSL 42.6º 0.7% 0.53% -
HSV(B) 42.6º 0.77% 0.86% -
XYZ 44.16 44.04 9.19 -
YUV 170.97 59.73 162.26 -
System Red Green Blue C M Y K H S L
Decimal 219 170 50 0 0.22 0.77 0.14 42.6 0.7 0.53
Hex DB AA 32 0 16 4D E 2B 46 35
Octal 333 252 62 0 26 115 16 53 106 65
Binary 11011011 10101010 110010 0 10110 1001101 1110 101011 1000110 110101

Color Harmonies of #DBAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA32

Black with #DBAA32

Text Example


Text Example

White with #DBAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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