Html Css Color HEX #DBA022 Galliano

📋 copy color: '#DBA022'

red 219 ◦ green 160 ◦ blue 34

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

Shades of Galliano #DBA022

Tints of Galliano #DBA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

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

R = 53.03%
G = 38.74%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA022 (or 0xDBA022) is known color: Galliano. HEX triplet: DB, A0 and 22. RGB value is (219,160,34). Sum of RGB (Red+Green+Blue) = 219+160+34=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA022 is #245FDD. Grayscale: #A3A3A3. Windows color (decimal): -2383838 or 2269403. OLE color: 2269403.

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

Color convert

RGB 219 160 34 -
CMYK 0 0.27 0.84 0.14
HSL 40.86º 0.73% 0.5% -
HSV(B) 40.86º 0.84% 0.86% -
XYZ 42.07 40.32 7.08 -
YUV 163.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 219 160 34 0 0.27 0.84 0.14 40.86 0.73 0.5
Hex DB A0 22 0 1B 54 E 29 49 32
Octal 333 240 42 0 33 124 16 51 111 62
Binary 11011011 10100000 100010 0 11011 1010100 1110 101001 1001001 110010

Color Harmonies of #DBA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA022

Black with #DBA022

Text Example


Text Example

White with #DBA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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