Html Css Color HEX #DBA419 Galliano

📋 copy color: '#DBA419'

red 219 ◦ green 164 ◦ blue 25

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

Shades of Galliano #DBA419

Tints of Galliano #DBA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 53.68%
G = 40.2%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA419 (or 0xDBA419) is known color: Galliano. HEX triplet: DB, A4 and 19. RGB value is (219,164,25). Sum of RGB (Red+Green+Blue) = 219+164+25=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA419 is #245BE6. Grayscale: #A5A5A5. Windows color (decimal): -2382823 or 1680603. OLE color: 1680603.

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

Color convert

RGB 219 164 25 -
CMYK 0 0.25 0.89 0.14
HSL 42.99º 0.8% 0.48% -
HSV(B) 42.99º 0.89% 0.86% -
XYZ 42.66 41.68 6.72 -
YUV 164.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 219 164 25 0 0.25 0.89 0.14 42.99 0.8 0.48
Hex DB A4 19 0 19 59 E 2B 50 30
Octal 333 244 31 0 31 131 16 53 120 60
Binary 11011011 10100100 11001 0 11001 1011001 1110 101011 1010000 110000

Color Harmonies of #DBA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA419

Black with #DBA419

Text Example


Text Example

White with #DBA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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