Html Css Color HEX #DBAA22 Galliano

📋 copy color: '#DBAA22'

red 219 ◦ green 170 ◦ blue 34

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

Shades of Galliano #DBAA22

Tints of Galliano #DBAA22

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.19%

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

R = 51.77%
G = 40.19%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBAA22 (or 0xDBAA22) is known color: Galliano. HEX triplet: DB, AA and 22. RGB value is (219,170,34). Sum of RGB (Red+Green+Blue) = 219+170+34=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA22 is #2455DD. Grayscale: #A9A9A9. Windows color (decimal): -2381278 or 2271963. OLE color: 2271963.

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

Color convert

RGB 219 170 34 -
CMYK 0 0.22 0.84 0.14
HSL 44.11º 0.73% 0.5% -
HSV(B) 44.11º 0.84% 0.86% -
XYZ 43.88 43.93 7.68 -
YUV 169.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 219 170 34 0 0.22 0.84 0.14 44.11 0.73 0.5
Hex DB AA 22 0 16 54 E 2C 49 32
Octal 333 252 42 0 26 124 16 54 111 62
Binary 11011011 10101010 100010 0 10110 1010100 1110 101100 1001001 110010

Color Harmonies of #DBAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA22

Black with #DBAA22

Text Example


Text Example

White with #DBAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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