Html Css Color HEX #DBA01E Galliano

📋 copy color: '#DBA01E'

red 219 ◦ green 160 ◦ blue 30

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

Shades of Galliano #DBA01E

Tints of Galliano #DBA01E

RGB

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

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

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

R = 53.55%
G = 39.12%
B = 7.33%

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

#DBA01E (or 0xDBA01E) is known color: Galliano. HEX triplet: DB, A0 and 1E. RGB value is (219,160,30). Sum of RGB (Red+Green+Blue) = 219+160+30=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01E is #245FE1. Grayscale: #A3A3A3. Windows color (decimal): -2383842 or 2007259. OLE color: 2007259.

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

Color convert

RGB 219 160 30 -
CMYK 0 0.27 0.86 0.14
HSL 41.27º 0.76% 0.49% -
HSV(B) 41.27º 0.86% 0.86% -
XYZ 42.02 40.3 6.79 -
YUV 162.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 219 160 30 0 0.27 0.86 0.14 41.27 0.76 0.49
Hex DB A0 1E 0 1B 56 E 29 4C 31
Octal 333 240 36 0 33 126 16 51 114 61
Binary 11011011 10100000 11110 0 11011 1010110 1110 101001 1001100 110001

Color Harmonies of #DBA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA01E

Black with #DBA01E

Text Example


Text Example

White with #DBA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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