Html Css Color HEX #DBA61E Galliano

📋 copy color: '#DBA61E'

red 219 ◦ green 166 ◦ blue 30

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

Shades of Galliano #DBA61E

Tints of Galliano #DBA61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 52.77%
G = 40%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBA61E (or 0xDBA61E) is known color: Galliano. HEX triplet: DB, A6 and 1E. RGB value is (219,166,30). Sum of RGB (Red+Green+Blue) = 219+166+30=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA61E is #2459E1. Grayscale: #A6A6A6. Windows color (decimal): -2382306 or 2008795. OLE color: 2008795.

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

Color convert

RGB 219 166 30 -
CMYK 0 0.24 0.86 0.14
HSL 43.17º 0.76% 0.49% -
HSV(B) 43.17º 0.86% 0.86% -
XYZ 43.08 42.43 7.15 -
YUV 166.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 219 166 30 0 0.24 0.86 0.14 43.17 0.76 0.49
Hex DB A6 1E 0 18 56 E 2B 4C 31
Octal 333 246 36 0 30 126 16 53 114 61
Binary 11011011 10100110 11110 0 11000 1010110 1110 101011 1001100 110001

Color Harmonies of #DBA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA61E

Black with #DBA61E

Text Example


Text Example

White with #DBA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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