Html Css Color HEX #DBA815 Galliano

📋 copy color: '#DBA815'

red 219 ◦ green 168 ◦ blue 21

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

Shades of Galliano #DBA815

Tints of Galliano #DBA815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 53.68%
G = 41.18%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA815 (or 0xDBA815) is known color: Galliano. HEX triplet: DB, A8 and 15. RGB value is (219,168,21). Sum of RGB (Red+Green+Blue) = 219+168+21=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA815 is #2457EA. Grayscale: #A7A7A7. Windows color (decimal): -2381803 or 1419483. OLE color: 1419483.

HSL color Cylindrical-coordinate representation of color #DBA815: hue angle of 44.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBA815 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 21 -
CMYK 0 0.23 0.90 0.14
HSL 44.55º 0.83% 0.47% -
HSV(B) 44.55º 0.9% 0.86% -
XYZ 43.35 43.12 6.75 -
YUV 166.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 219 168 21 0 0.23 0.90 0.14 44.55 0.83 0.47
Hex DB A8 15 0 17 5A E 2D 52 2F
Octal 333 250 25 0 27 132 16 55 122 57
Binary 11011011 10101000 10101 0 10111 1011010 1110 101101 1010010 101111

Color Harmonies of #DBA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA815

Black with #DBA815

Text Example


Text Example

White with #DBA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA815; }

 p { color: rgb(219,168,21); }

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

background-color css

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

 a { background-color: rgb(219,168,21); }

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

border-color css

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

 span { border-color: rgb(219,168,21); }

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