Html Css Color HEX #DBA619 Galliano

📋 copy color: '#DBA619'

red 219 ◦ green 166 ◦ blue 25

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

Shades of Galliano #DBA619

Tints of Galliano #DBA619

RGB

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

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

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

R = 53.41%
G = 40.49%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA619 (or 0xDBA619) is known color: Galliano. HEX triplet: DB, A6 and 19. RGB value is (219,166,25). Sum of RGB (Red+Green+Blue) = 219+166+25=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA619 is #2459E6. Grayscale: #A6A6A6. Windows color (decimal): -2382311 or 1681115. OLE color: 1681115.

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

Color convert

RGB 219 166 25 -
CMYK 0 0.24 0.89 0.14
HSL 43.61º 0.8% 0.48% -
HSV(B) 43.61º 0.89% 0.86% -
XYZ 43.03 42.4 6.84 -
YUV 165.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 219 166 25 0 0.24 0.89 0.14 43.61 0.8 0.48
Hex DB A6 19 0 18 59 E 2C 50 30
Octal 333 246 31 0 30 131 16 54 120 60
Binary 11011011 10100110 11001 0 11000 1011001 1110 101100 1010000 110000

Color Harmonies of #DBA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA619

Black with #DBA619

Text Example


Text Example

White with #DBA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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