Html Css Color HEX #DBAB1E Galliano

📋 copy color: '#DBAB1E'

red 219 ◦ green 171 ◦ blue 30

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

Shades of Galliano #DBAB1E

Tints of Galliano #DBAB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 52.14%
G = 40.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBAB1E (or 0xDBAB1E) is known color: Galliano. HEX triplet: DB, AB and 1E. RGB value is (219,171,30). Sum of RGB (Red+Green+Blue) = 219+171+30=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB1E is #2454E1. Grayscale: #A9A9A9. Windows color (decimal): -2381026 or 2010075. OLE color: 2010075.

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

Color convert

RGB 219 171 30 -
CMYK 0 0.22 0.86 0.14
HSL 44.76º 0.76% 0.49% -
HSV(B) 44.76º 0.86% 0.86% -
XYZ 44.01 44.28 7.46 -
YUV 169.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 219 171 30 0 0.22 0.86 0.14 44.76 0.76 0.49
Hex DB AB 1E 0 16 56 E 2D 4C 31
Octal 333 253 36 0 26 126 16 55 114 61
Binary 11011011 10101011 11110 0 10110 1010110 1110 101101 1001100 110001

Color Harmonies of #DBAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB1E

Black with #DBAB1E

Text Example


Text Example

White with #DBAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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