Html Css Color HEX #DBA020 Galliano

📋 copy color: '#DBA020'

red 219 ◦ green 160 ◦ blue 32

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

Shades of Galliano #DBA020

Tints of Galliano #DBA020

RGB

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

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

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

R = 53.28%
G = 38.93%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBA020 (or 0xDBA020) is known color: Galliano. HEX triplet: DB, A0 and 20. RGB value is (219,160,32). Sum of RGB (Red+Green+Blue) = 219+160+32=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA020 is #245FDF. Grayscale: #A3A3A3. Windows color (decimal): -2383840 or 2138331. OLE color: 2138331.

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

Color convert

RGB 219 160 32 -
CMYK 0 0.27 0.85 0.14
HSL 41.07º 0.75% 0.49% -
HSV(B) 41.07º 0.85% 0.86% -
XYZ 42.04 40.31 6.93 -
YUV 163.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 219 160 32 0 0.27 0.85 0.14 41.07 0.75 0.49
Hex DB A0 20 0 1B 55 E 29 4B 31
Octal 333 240 40 0 33 125 16 51 113 61
Binary 11011011 10100000 100000 0 11011 1010101 1110 101001 1001011 110001

Color Harmonies of #DBA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA020

Black with #DBA020

Text Example


Text Example

White with #DBA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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