Html Css Color HEX #DBAC19 Galliano

📋 copy color: '#DBAC19'

red 219 ◦ green 172 ◦ blue 25

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

Shades of Galliano #DBAC19

Tints of Galliano #DBAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 52.64%
G = 41.35%
B = 6.01%

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

#DBAC19 (or 0xDBAC19) is known color: Galliano. HEX triplet: DB, AC and 19. RGB value is (219,172,25). Sum of RGB (Red+Green+Blue) = 219+172+25=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC19 is #2453E6. Grayscale: #A9A9A9. Windows color (decimal): -2380775 or 1682651. OLE color: 1682651.

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

Color convert

RGB 219 172 25 -
CMYK 0 0.21 0.89 0.14
HSL 45.46º 0.8% 0.48% -
HSV(B) 45.46º 0.89% 0.86% -
XYZ 44.14 44.64 7.21 -
YUV 169.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 219 172 25 0 0.21 0.89 0.14 45.46 0.8 0.48
Hex DB AC 19 0 15 59 E 2D 50 30
Octal 333 254 31 0 25 131 16 55 120 60
Binary 11011011 10101100 11001 0 10101 1011001 1110 101101 1010000 110000

Color Harmonies of #DBAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC19

Black with #DBAC19

Text Example


Text Example

White with #DBAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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