Html Css Color HEX #DBAC16 Galliano

📋 copy color: '#DBAC16'

red 219 ◦ green 172 ◦ blue 22

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

Shades of Galliano #DBAC16

Tints of Galliano #DBAC16

RGB

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

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

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

R = 53.03%
G = 41.65%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBAC16 (or 0xDBAC16) is known color: Galliano. HEX triplet: DB, AC and 16. RGB value is (219,172,22). Sum of RGB (Red+Green+Blue) = 219+172+22=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC16 is #2453E9. Grayscale: #A9A9A9. Windows color (decimal): -2380778 or 1486043. OLE color: 1486043.

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

Color convert

RGB 219 172 22 -
CMYK 0 0.21 0.90 0.14
HSL 45.69º 0.82% 0.47% -
HSV(B) 45.69º 0.9% 0.86% -
XYZ 44.11 44.62 7.05 -
YUV 168.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 219 172 22 0 0.21 0.90 0.14 45.69 0.82 0.47
Hex DB AC 16 0 15 5A E 2E 52 2F
Octal 333 254 26 0 25 132 16 56 122 57
Binary 11011011 10101100 10110 0 10101 1011010 1110 101110 1010010 101111

Color Harmonies of #DBAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC16

Black with #DBAC16

Text Example


Text Example

White with #DBAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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