Html Css Color HEX #DBA018 Galliano

📋 copy color: '#DBA018'

red 219 ◦ green 160 ◦ blue 24

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

Shades of Galliano #DBA018

Tints of Galliano #DBA018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 54.34%
G = 39.7%
B = 5.96%

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

#DBA018 (or 0xDBA018) is known color: Galliano. HEX triplet: DB, A0 and 18. RGB value is (219,160,24). Sum of RGB (Red+Green+Blue) = 219+160+24=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA018 is #245FE7. Grayscale: #A2A2A2. Windows color (decimal): -2383848 or 1614043. OLE color: 1614043.

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

Color convert

RGB 219 160 24 -
CMYK 0 0.27 0.89 0.14
HSL 41.85º 0.8% 0.48% -
HSV(B) 41.85º 0.89% 0.86% -
XYZ 41.95 40.27 6.43 -
YUV 162.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 219 160 24 0 0.27 0.89 0.14 41.85 0.8 0.48
Hex DB A0 18 0 1B 59 E 2A 50 30
Octal 333 240 30 0 33 131 16 52 120 60
Binary 11011011 10100000 11000 0 11011 1011001 1110 101010 1010000 110000

Color Harmonies of #DBA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA018

Black with #DBA018

Text Example


Text Example

White with #DBA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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