Html Css Color HEX #DBAC14 Galliano

📋 copy color: '#DBAC14'

red 219 ◦ green 172 ◦ blue 20

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

Shades of Galliano #DBAC14

Tints of Galliano #DBAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 53.28%
G = 41.85%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBAC14 (or 0xDBAC14) is known color: Galliano. HEX triplet: DB, AC and 14. RGB value is (219,172,20). Sum of RGB (Red+Green+Blue) = 219+172+20=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC14 is #2453EB. Grayscale: #A9A9A9. Windows color (decimal): -2380780 or 1354971. OLE color: 1354971.

HSL color Cylindrical-coordinate representation of color #DBAC14: hue angle of 45.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAC14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 20 -
CMYK 0 0.21 0.91 0.14
HSL 45.83º 0.83% 0.47% -
HSV(B) 45.83º 0.91% 0.86% -
XYZ 44.09 44.62 6.95 -
YUV 168.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 219 172 20 0 0.21 0.91 0.14 45.83 0.83 0.47
Hex DB AC 14 0 15 5B E 2E 53 2F
Octal 333 254 24 0 25 133 16 56 123 57
Binary 11011011 10101100 10100 0 10101 1011011 1110 101110 1010011 101111

Color Harmonies of #DBAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC14

Black with #DBAC14

Text Example


Text Example

White with #DBAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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