Html Css Color HEX #DBA616 Galliano

📋 copy color: '#DBA616'

red 219 ◦ green 166 ◦ blue 22

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

Shades of Galliano #DBA616

Tints of Galliano #DBA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 22 (8.98% from 255) = 5.41%

R = 53.81%
G = 40.79%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA616 (or 0xDBA616) is known color: Galliano. HEX triplet: DB, A6 and 16. RGB value is (219,166,22). Sum of RGB (Red+Green+Blue) = 219+166+22=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA616 is #2459E9. Grayscale: #A6A6A6. Windows color (decimal): -2382314 or 1484507. OLE color: 1484507.

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

Color convert

RGB 219 166 22 -
CMYK 0 0.24 0.90 0.14
HSL 43.86º 0.82% 0.47% -
HSV(B) 43.86º 0.9% 0.86% -
XYZ 42.99 42.39 6.68 -
YUV 165.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 219 166 22 0 0.24 0.90 0.14 43.86 0.82 0.47
Hex DB A6 16 0 18 5A E 2C 52 2F
Octal 333 246 26 0 30 132 16 54 122 57
Binary 11011011 10100110 10110 0 11000 1011010 1110 101100 1010010 101111

Color Harmonies of #DBA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA616

Black with #DBA616

Text Example


Text Example

White with #DBA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA616; }

 p { color: rgb(219,166,22); }

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

background-color css

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

 a { background-color: rgb(219,166,22); }

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

border-color css

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

 span { border-color: rgb(219,166,22); }

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