#DBAA29

Color #DBAA29 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #DBAA29

Tints of Galliano #DBAA29

Color information

#DBAA29 (or 0xDBAA29) is unknown color: approx Galliano. HEX triplet: DB, AA and 29. RGB value is (219,170,41). Sum of RGB (Red+Green+Blue) = 219+170+41=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA29 is #2455D6. Grayscale: #AAAAAA. Windows color (decimal): -2381271 or 2730715. OLE color: 2730715.

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

Color convert

RGB21917041-
CMYK00.220.810.14
HSL43.48º71.2%50.98%-
HSV(B)43.48º81.28%85.88%-
XYZ43.9943.978.27-
YUV169.9455.23162.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.93%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 41 (16.41% from 255) = 9.53%
R=50.93%
G=39.53%
B=9.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191704100.220.810.1443.4871.250.98
HexDBAA2901651E2b4733
Octal33325251026121165310763
Binary1101101110101010101001010110101000111101010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAA29; }

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

 H1.HeaderClassName
 {
   color: #DBAA29;
 }
 .AnyTagClassName
 {
   color: #DBAA29;
 }
</style>
background-color css

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

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

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

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

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

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