Html Css Color HEX #DBA320 Galliano

📋 copy color: '#DBA320'

red 219 ◦ green 163 ◦ blue 32

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

Shades of Galliano #DBA320

Tints of Galliano #DBA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 52.9%
G = 39.37%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBA320 (or 0xDBA320) is known color: Galliano. HEX triplet: DB, A3 and 20. RGB value is (219,163,32). Sum of RGB (Red+Green+Blue) = 219+163+32=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA320 is #245CDF. Grayscale: #A5A5A5. Windows color (decimal): -2383072 or 2139099. OLE color: 2139099.

HSL color Cylindrical-coordinate representation of color #DBA320: hue angle of 42.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBA320 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 32 -
CMYK 0 0.26 0.85 0.14
HSL 42.03º 0.75% 0.49% -
HSV(B) 42.03º 0.85% 0.86% -
XYZ 42.57 41.36 7.11 -
YUV 164.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 219 163 32 0 0.26 0.85 0.14 42.03 0.75 0.49
Hex DB A3 20 0 1A 55 E 2A 4B 31
Octal 333 243 40 0 32 125 16 52 113 61
Binary 11011011 10100011 100000 0 11010 1010101 1110 101010 1001011 110001

Color Harmonies of #DBA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA320

Black with #DBA320

Text Example


Text Example

White with #DBA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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