#DBA527

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

Shades of Galliano #DBA527

Tints of Galliano #DBA527

Color information

#DBA527 (or 0xDBA527) is unknown color: approx Galliano. HEX triplet: DB, A5 and 27. RGB value is (219,165,39). Sum of RGB (Red+Green+Blue) = 219+165+39=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA527 is #245AD8. Grayscale: #A7A7A7. Windows color (decimal): -2382553 or 2598363. OLE color: 2598363.

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

Color convert

RGB21916539-
CMYK00.250.820.14
HSL42º71.43%50.59%-
HSV(B)42º82.19%85.88%-
XYZ43.0342.127.78-
YUV166.7855.89165.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.77%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 39 (15.62% from 255) = 9.22%
R=51.77%
G=39.01%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191653900.250.820.144271.4350.59
HexDBA52701952E2a4733
Octal33324547031122165210763
Binary1101101110100101100111011001101001011101010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA527; }

 p { color: rgb(219,165,39); }

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

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

 a { background-color: rgb(219,165,39); }

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

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

 span { border-color: rgb(219,165,39); }

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