Html Css Color HEX #DBAB18 Galliano

📋 copy color: '#DBAB18'

red 219 ◦ green 171 ◦ blue 24

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

Shades of Galliano #DBAB18

Tints of Galliano #DBAB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 52.9%
G = 41.3%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBAB18 (or 0xDBAB18) is known color: Galliano. HEX triplet: DB, AB and 18. RGB value is (219,171,24). Sum of RGB (Red+Green+Blue) = 219+171+24=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB18 is #2454E7. Grayscale: #A9A9A9. Windows color (decimal): -2381032 or 1616859. OLE color: 1616859.

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

Color convert

RGB 219 171 24 -
CMYK 0 0.22 0.89 0.14
HSL 45.23º 0.8% 0.48% -
HSV(B) 45.23º 0.89% 0.86% -
XYZ 43.94 44.25 7.09 -
YUV 168.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 219 171 24 0 0.22 0.89 0.14 45.23 0.8 0.48
Hex DB AB 18 0 16 59 E 2D 50 30
Octal 333 253 30 0 26 131 16 55 120 60
Binary 11011011 10101011 11000 0 10110 1011001 1110 101101 1010000 110000

Color Harmonies of #DBAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB18

Black with #DBAB18

Text Example


Text Example

White with #DBAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB18; }

 p { color: rgb(219,171,24); }

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

background-color css

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

 a { background-color: rgb(219,171,24); }

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

border-color css

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

 span { border-color: rgb(219,171,24); }

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