Html Css Color HEX #DBAA11 Galliano

📋 copy color: '#DBAA11'

red 219 ◦ green 170 ◦ blue 17

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

Shades of Galliano #DBAA11

Tints of Galliano #DBAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 53.94%
G = 41.87%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBAA11 (or 0xDBAA11) is known color: Galliano. HEX triplet: DB, AA and 11. RGB value is (219,170,17). Sum of RGB (Red+Green+Blue) = 219+170+17=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA11 is #2455EE. Grayscale: #A7A7A7. Windows color (decimal): -2381295 or 1157851. OLE color: 1157851.

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

Color convert

RGB 219 170 17 -
CMYK 0 0.22 0.92 0.14
HSL 45.45º 0.86% 0.46% -
HSV(B) 45.45º 0.92% 0.86% -
XYZ 43.69 43.85 6.69 -
YUV 167.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 219 170 17 0 0.22 0.92 0.14 45.45 0.86 0.46
Hex DB AA 11 0 16 5C E 2D 56 2E
Octal 333 252 21 0 26 134 16 55 126 56
Binary 11011011 10101010 10001 0 10110 1011100 1110 101101 1010110 101110

Color Harmonies of #DBAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA11

Black with #DBAA11

Text Example


Text Example

White with #DBAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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