Html Css Color HEX #DBA021 Galliano

📋 copy color: '#DBA021'

red 219 ◦ green 160 ◦ blue 33

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

Shades of Galliano #DBA021

Tints of Galliano #DBA021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 53.16%
G = 38.83%
B = 8.01%

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

#DBA021 (or 0xDBA021) is known color: Galliano. HEX triplet: DB, A0 and 21. RGB value is (219,160,33). Sum of RGB (Red+Green+Blue) = 219+160+33=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA021 is #245FDE. Grayscale: #A3A3A3. Windows color (decimal): -2383839 or 2203867. OLE color: 2203867.

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

Color convert

RGB 219 160 33 -
CMYK 0 0.27 0.85 0.14
HSL 40.97º 0.74% 0.49% -
HSV(B) 40.97º 0.85% 0.86% -
XYZ 42.06 40.31 7 -
YUV 163.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 219 160 33 0 0.27 0.85 0.14 40.97 0.74 0.49
Hex DB A0 21 0 1B 55 E 29 4A 31
Octal 333 240 41 0 33 125 16 51 112 61
Binary 11011011 10100000 100001 0 11011 1010101 1110 101001 1001010 110001

Color Harmonies of #DBA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA021

Black with #DBA021

Text Example


Text Example

White with #DBA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA021; }

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

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

background-color css

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

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

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

border-color css

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

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

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