Html Css Color HEX #DBA41E Galliano

📋 copy color: '#DBA41E'

red 219 ◦ green 164 ◦ blue 30

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

Shades of Galliano #DBA41E

Tints of Galliano #DBA41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

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

R = 53.03%
G = 39.71%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBA41E (or 0xDBA41E) is known color: Galliano. HEX triplet: DB, A4 and 1E. RGB value is (219,164,30). Sum of RGB (Red+Green+Blue) = 219+164+30=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41E is #245BE1. Grayscale: #A5A5A5. Windows color (decimal): -2382818 or 2008283. OLE color: 2008283.

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

Color convert

RGB 219 164 30 -
CMYK 0 0.25 0.86 0.14
HSL 42.54º 0.76% 0.49% -
HSV(B) 42.54º 0.86% 0.86% -
XYZ 42.72 41.7 7.03 -
YUV 165.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 219 164 30 0 0.25 0.86 0.14 42.54 0.76 0.49
Hex DB A4 1E 0 19 56 E 2B 4C 31
Octal 333 244 36 0 31 126 16 53 114 61
Binary 11011011 10100100 11110 0 11001 1010110 1110 101011 1001100 110001

Color Harmonies of #DBA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41E

Black with #DBA41E

Text Example


Text Example

White with #DBA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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