Html Css Color HEX #DBA019 Galliano

📋 copy color: '#DBA019'

red 219 ◦ green 160 ◦ blue 25

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

Shades of Galliano #DBA019

Tints of Galliano #DBA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

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

R = 54.21%
G = 39.6%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA019 (or 0xDBA019) is known color: Galliano. HEX triplet: DB, A0 and 19. RGB value is (219,160,25). Sum of RGB (Red+Green+Blue) = 219+160+25=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA019 is #245FE6. Grayscale: #A2A2A2. Windows color (decimal): -2383847 or 1679579. OLE color: 1679579.

HSL color Cylindrical-coordinate representation of color #DBA019: hue angle of 41.75º 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 #DBA019 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 25 -
CMYK 0 0.27 0.89 0.14
HSL 41.75º 0.8% 0.48% -
HSV(B) 41.75º 0.89% 0.86% -
XYZ 41.96 40.27 6.48 -
YUV 162.25 50.55 168.48 -
System Red Green Blue C M Y K H S L
Decimal 219 160 25 0 0.27 0.89 0.14 41.75 0.8 0.48
Hex DB A0 19 0 1B 59 E 2A 50 30
Octal 333 240 31 0 33 131 16 52 120 60
Binary 11011011 10100000 11001 0 11011 1011001 1110 101010 1010000 110000

Color Harmonies of #DBA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA019

Black with #DBA019

Text Example


Text Example

White with #DBA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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