Html Css Color HEX #DBA31E Galliano

📋 copy color: '#DBA31E'

red 219 ◦ green 163 ◦ blue 30

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

Shades of Galliano #DBA31E

Tints of Galliano #DBA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 53.16%
G = 39.56%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBA31E (or 0xDBA31E) is known color: Galliano. HEX triplet: DB, A3 and 1E. RGB value is (219,163,30). Sum of RGB (Red+Green+Blue) = 219+163+30=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA31E is #245CE1. Grayscale: #A5A5A5. Windows color (decimal): -2383074 or 2008027. OLE color: 2008027.

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

Color convert

RGB 219 163 30 -
CMYK 0 0.26 0.86 0.14
HSL 42.22º 0.76% 0.49% -
HSV(B) 42.22º 0.86% 0.86% -
XYZ 42.54 41.35 6.97 -
YUV 164.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 219 163 30 0 0.26 0.86 0.14 42.22 0.76 0.49
Hex DB A3 1E 0 1A 56 E 2A 4C 31
Octal 333 243 36 0 32 126 16 52 114 61
Binary 11011011 10100011 11110 0 11010 1010110 1110 101010 1001100 110001

Color Harmonies of #DBA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA31E

Black with #DBA31E

Text Example


Text Example

White with #DBA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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