Html Css Color HEX #DBA911 Galliano

📋 copy color: '#DBA911'

red 219 ◦ green 169 ◦ blue 17

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

Shades of Galliano #DBA911

Tints of Galliano #DBA911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

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

R = 54.07%
G = 41.73%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA911 (or 0xDBA911) is known color: Galliano. HEX triplet: DB, A9 and 11. RGB value is (219,169,17). Sum of RGB (Red+Green+Blue) = 219+169+17=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA911 is #2456EE. Grayscale: #A7A7A7. Windows color (decimal): -2381551 or 1157595. OLE color: 1157595.

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

Color convert

RGB 219 169 17 -
CMYK 0 0.23 0.92 0.14
HSL 45.15º 0.86% 0.46% -
HSV(B) 45.15º 0.92% 0.86% -
XYZ 43.5 43.48 6.63 -
YUV 166.62 43.57 165.36 -
System Red Green Blue C M Y K H S L
Decimal 219 169 17 0 0.23 0.92 0.14 45.15 0.86 0.46
Hex DB A9 11 0 17 5C E 2D 56 2E
Octal 333 251 21 0 27 134 16 55 126 56
Binary 11011011 10101001 10001 0 10111 1011100 1110 101101 1010110 101110

Color Harmonies of #DBA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA911

Black with #DBA911

Text Example


Text Example

White with #DBA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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