Html Css Color HEX #DBAA2C Galliano

📋 copy color: '#DBAA2C'

red 219 ◦ green 170 ◦ blue 44

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

Shades of Galliano #DBAA2C

Tints of Galliano #DBAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 50.58%
G = 39.26%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBAA2C (or 0xDBAA2C) is known color: Galliano. HEX triplet: DB, AA and 2C. RGB value is (219,170,44). Sum of RGB (Red+Green+Blue) = 219+170+44=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA2C is #2455D3. Grayscale: #AAAAAA. Windows color (decimal): -2381268 or 2927323. OLE color: 2927323.

HSL color Cylindrical-coordinate representation of color #DBAA2C: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAA2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 44 -
CMYK 0 0.22 0.80 0.14
HSL 43.2º 0.71% 0.52% -
HSV(B) 43.2º 0.8% 0.86% -
XYZ 44.04 43.99 8.55 -
YUV 170.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 219 170 44 0 0.22 0.80 0.14 43.2 0.71 0.52
Hex DB AA 2C 0 16 50 E 2B 47 34
Octal 333 252 54 0 26 120 16 53 107 64
Binary 11011011 10101010 101100 0 10110 1010000 1110 101011 1000111 110100

Color Harmonies of #DBAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA2C

Black with #DBAA2C

Text Example


Text Example

White with #DBAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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