Html Css Color HEX #DBA820 Galliano

📋 copy color: '#DBA820'

red 219 ◦ green 168 ◦ blue 32

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

Shades of Galliano #DBA820

Tints of Galliano #DBA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 52.27%
G = 40.1%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBA820 (or 0xDBA820) is known color: Galliano. HEX triplet: DB, A8 and 20. RGB value is (219,168,32). Sum of RGB (Red+Green+Blue) = 219+168+32=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA820 is #2457DF. Grayscale: #A8A8A8. Windows color (decimal): -2381792 or 2140379. OLE color: 2140379.

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

Color convert

RGB 219 168 32 -
CMYK 0 0.23 0.85 0.14
HSL 43.64º 0.75% 0.49% -
HSV(B) 43.64º 0.85% 0.86% -
XYZ 43.48 43.17 7.41 -
YUV 167.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 219 168 32 0 0.23 0.85 0.14 43.64 0.75 0.49
Hex DB A8 20 0 17 55 E 2C 4B 31
Octal 333 250 40 0 27 125 16 54 113 61
Binary 11011011 10101000 100000 0 10111 1010101 1110 101100 1001011 110001

Color Harmonies of #DBA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA820

Black with #DBA820

Text Example


Text Example

White with #DBA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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