Html Css Color HEX #DBA01B Galliano

📋 copy color: '#DBA01B'

red 219 ◦ green 160 ◦ blue 27

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

Shades of Galliano #DBA01B

Tints of Galliano #DBA01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 53.94%
G = 39.41%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA01B (or 0xDBA01B) is known color: Galliano. HEX triplet: DB, A0 and 1B. RGB value is (219,160,27). Sum of RGB (Red+Green+Blue) = 219+160+27=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01B is #245FE4. Grayscale: #A3A3A3. Windows color (decimal): -2383845 or 1810651. OLE color: 1810651.

HSL color Cylindrical-coordinate representation of color #DBA01B: hue angle of 41.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBA01B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 27 -
CMYK 0 0.27 0.88 0.14
HSL 41.56º 0.78% 0.48% -
HSV(B) 41.56º 0.88% 0.86% -
XYZ 41.98 40.28 6.6 -
YUV 162.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 219 160 27 0 0.27 0.88 0.14 41.56 0.78 0.48
Hex DB A0 1B 0 1B 58 E 2A 4E 30
Octal 333 240 33 0 33 130 16 52 116 60
Binary 11011011 10100000 11011 0 11011 1011000 1110 101010 1001110 110000

Color Harmonies of #DBA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA01B

Black with #DBA01B

Text Example


Text Example

White with #DBA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA01B; }

 p { color: rgb(219,160,27); }

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

background-color css

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

 a { background-color: rgb(219,160,27); }

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

border-color css

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

 span { border-color: rgb(219,160,27); }

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