Html Css Color HEX #DBA61A Galliano

📋 copy color: '#DBA61A'

red 219 ◦ green 166 ◦ blue 26

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

Shades of Galliano #DBA61A

Tints of Galliano #DBA61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 53.28%
G = 40.39%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA61A (or 0xDBA61A) is known color: Galliano. HEX triplet: DB, A6 and 1A. RGB value is (219,166,26). Sum of RGB (Red+Green+Blue) = 219+166+26=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA61A is #2459E5. Grayscale: #A6A6A6. Windows color (decimal): -2382310 or 1746651. OLE color: 1746651.

HSL color Cylindrical-coordinate representation of color #DBA61A: hue angle of 43.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBA61A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 26 -
CMYK 0 0.24 0.88 0.14
HSL 43.52º 0.79% 0.48% -
HSV(B) 43.52º 0.88% 0.86% -
XYZ 43.04 42.41 6.89 -
YUV 165.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 219 166 26 0 0.24 0.88 0.14 43.52 0.79 0.48
Hex DB A6 1A 0 18 58 E 2C 4F 30
Octal 333 246 32 0 30 130 16 54 117 60
Binary 11011011 10100110 11010 0 11000 1011000 1110 101100 1001111 110000

Color Harmonies of #DBA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA61A

Black with #DBA61A

Text Example


Text Example

White with #DBA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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