Html Css Color HEX #DBAD19 Galliano

📋 copy color: '#DBAD19'

red 219 ◦ green 173 ◦ blue 25

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

Shades of Galliano #DBAD19

Tints of Galliano #DBAD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

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

R = 52.52%
G = 41.49%
B = 6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBAD19 (or 0xDBAD19) is known color: Galliano. HEX triplet: DB, AD and 19. RGB value is (219,173,25). Sum of RGB (Red+Green+Blue) = 219+173+25=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD19 is #2452E6. Grayscale: #AAAAAA. Windows color (decimal): -2380519 or 1682907. OLE color: 1682907.

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

Color convert

RGB 219 173 25 -
CMYK 0 0.21 0.89 0.14
HSL 45.77º 0.8% 0.48% -
HSV(B) 45.77º 0.89% 0.86% -
XYZ 44.33 45.02 7.27 -
YUV 169.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 219 173 25 0 0.21 0.89 0.14 45.77 0.8 0.48
Hex DB AD 19 0 15 59 E 2E 50 30
Octal 333 255 31 0 25 131 16 56 120 60
Binary 11011011 10101101 11001 0 10101 1011001 1110 101110 1010000 110000

Color Harmonies of #DBAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD19

Black with #DBAD19

Text Example


Text Example

White with #DBAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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