Html Css Color HEX #DBAC10 Galliano

📋 copy color: '#DBAC10'

red 219 ◦ green 172 ◦ blue 16

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

Shades of Galliano #DBAC10

Tints of Galliano #DBAC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 53.81%
G = 42.26%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBAC10 (or 0xDBAC10) is known color: Galliano. HEX triplet: DB, AC and 10. RGB value is (219,172,16). Sum of RGB (Red+Green+Blue) = 219+172+16=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC10 is #2453EF. Grayscale: #A8A8A8. Windows color (decimal): -2380784 or 1092827. OLE color: 1092827.

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

Color convert

RGB 219 172 16 -
CMYK 0 0.21 0.93 0.14
HSL 46.11º 0.86% 0.46% -
HSV(B) 46.11º 0.93% 0.86% -
XYZ 44.06 44.6 6.78 -
YUV 168.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 219 172 16 0 0.21 0.93 0.14 46.11 0.86 0.46
Hex DB AC 10 0 15 5D E 2E 56 2E
Octal 333 254 20 0 25 135 16 56 126 56
Binary 11011011 10101100 10000 0 10101 1011101 1110 101110 1010110 101110

Color Harmonies of #DBAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC10

Black with #DBAC10

Text Example


Text Example

White with #DBAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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