Html Css Color HEX #DBAA19 Galliano

📋 copy color: '#DBAA19'

red 219 ◦ green 170 ◦ blue 25

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

Shades of Galliano #DBAA19

Tints of Galliano #DBAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 52.9%
G = 41.06%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBAA19 (or 0xDBAA19) is known color: Galliano. HEX triplet: DB, AA and 19. RGB value is (219,170,25). Sum of RGB (Red+Green+Blue) = 219+170+25=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA19 is #2455E6. Grayscale: #A8A8A8. Windows color (decimal): -2381287 or 1682139. OLE color: 1682139.

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

Color convert

RGB 219 170 25 -
CMYK 0 0.22 0.89 0.14
HSL 44.85º 0.8% 0.48% -
HSV(B) 44.85º 0.89% 0.86% -
XYZ 43.76 43.88 7.08 -
YUV 168.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 219 170 25 0 0.22 0.89 0.14 44.85 0.8 0.48
Hex DB AA 19 0 16 59 E 2D 50 30
Octal 333 252 31 0 26 131 16 55 120 60
Binary 11011011 10101010 11001 0 10110 1011001 1110 101101 1010000 110000

Color Harmonies of #DBAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA19

Black with #DBAA19

Text Example


Text Example

White with #DBAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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