Html Css Color HEX #DBA01F Galliano

📋 copy color: '#DBA01F'

red 219 ◦ green 160 ◦ blue 31

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

Shades of Galliano #DBA01F

Tints of Galliano #DBA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 53.41%
G = 39.02%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBA01F (or 0xDBA01F) is known color: Galliano. HEX triplet: DB, A0 and 1F. RGB value is (219,160,31). Sum of RGB (Red+Green+Blue) = 219+160+31=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01F is #245FE0. Grayscale: #A3A3A3. Windows color (decimal): -2383841 or 2072795. OLE color: 2072795.

HSL color Cylindrical-coordinate representation of color #DBA01F: hue angle of 41.17º degrees, saturation: 0.75, 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 #DBA01F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 31 -
CMYK 0 0.27 0.86 0.14
HSL 41.17º 0.75% 0.49% -
HSV(B) 41.17º 0.86% 0.86% -
XYZ 42.03 40.3 6.86 -
YUV 162.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 219 160 31 0 0.27 0.86 0.14 41.17 0.75 0.49
Hex DB A0 1F 0 1B 56 E 29 4B 31
Octal 333 240 37 0 33 126 16 51 113 61
Binary 11011011 10100000 11111 0 11011 1010110 1110 101001 1001011 110001

Color Harmonies of #DBA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA01F

Black with #DBA01F

Text Example


Text Example

White with #DBA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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