Html Css Color HEX #DBA120 Galliano

📋 copy color: '#DBA120'

red 219 ◦ green 161 ◦ blue 32

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

Shades of Galliano #DBA120

Tints of Galliano #DBA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

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

R = 53.16%
G = 39.08%
B = 7.77%

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

#DBA120 (or 0xDBA120) is known color: Galliano. HEX triplet: DB, A1 and 20. RGB value is (219,161,32). Sum of RGB (Red+Green+Blue) = 219+161+32=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA120 is #245EDF. Grayscale: #A4A4A4. Windows color (decimal): -2383584 or 2138587. OLE color: 2138587.

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

Color convert

RGB 219 161 32 -
CMYK 0 0.26 0.85 0.14
HSL 41.39º 0.75% 0.49% -
HSV(B) 41.39º 0.85% 0.86% -
XYZ 42.22 40.65 6.99 -
YUV 163.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 219 161 32 0 0.26 0.85 0.14 41.39 0.75 0.49
Hex DB A1 20 0 1A 55 E 29 4B 31
Octal 333 241 40 0 32 125 16 51 113 61
Binary 11011011 10100001 100000 0 11010 1010101 1110 101001 1001011 110001

Color Harmonies of #DBA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA120

Black with #DBA120

Text Example


Text Example

White with #DBA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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