Html Css Color HEX #DBA91A Galliano

📋 copy color: '#DBA91A'

red 219 ◦ green 169 ◦ blue 26

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

Shades of Galliano #DBA91A

Tints of Galliano #DBA91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

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

R = 52.9%
G = 40.82%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA91A (or 0xDBA91A) is known color: Galliano. HEX triplet: DB, A9 and 1A. RGB value is (219,169,26). Sum of RGB (Red+Green+Blue) = 219+169+26=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91A is #2456E5. Grayscale: #A8A8A8. Windows color (decimal): -2381542 or 1747419. OLE color: 1747419.

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

Color convert

RGB 219 169 26 -
CMYK 0 0.23 0.88 0.14
HSL 44.46º 0.79% 0.48% -
HSV(B) 44.46º 0.88% 0.86% -
XYZ 43.59 43.51 7.08 -
YUV 167.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 219 169 26 0 0.23 0.88 0.14 44.46 0.79 0.48
Hex DB A9 1A 0 17 58 E 2C 4F 30
Octal 333 251 32 0 27 130 16 54 117 60
Binary 11011011 10101001 11010 0 10111 1011000 1110 101100 1001111 110000

Color Harmonies of #DBA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA91A

Black with #DBA91A

Text Example


Text Example

White with #DBA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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