Html Css Color HEX #DBA322 Galliano

📋 copy color: '#DBA322'

red 219 ◦ green 163 ◦ blue 34

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

Shades of Galliano #DBA322

Tints of Galliano #DBA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 52.64%
G = 39.18%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA322 (or 0xDBA322) is known color: Galliano. HEX triplet: DB, A3 and 22. RGB value is (219,163,34). Sum of RGB (Red+Green+Blue) = 219+163+34=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA322 is #245CDD. Grayscale: #A5A5A5. Windows color (decimal): -2383070 or 2270171. OLE color: 2270171.

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

Color convert

RGB 219 163 34 -
CMYK 0 0.26 0.84 0.14
HSL 41.84º 0.73% 0.5% -
HSV(B) 41.84º 0.84% 0.86% -
XYZ 42.6 41.37 7.25 -
YUV 165.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 219 163 34 0 0.26 0.84 0.14 41.84 0.73 0.5
Hex DB A3 22 0 1A 54 E 2A 49 32
Octal 333 243 42 0 32 124 16 52 111 62
Binary 11011011 10100011 100010 0 11010 1010100 1110 101010 1001001 110010

Color Harmonies of #DBA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA322

Black with #DBA322

Text Example


Text Example

White with #DBA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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