Shades of Galliano #DDA525
Tints of Galliano #DDA525
RGB
CMYK
RGB Variations
Color information
#DDA525 (or 0xDDA525) is known color: Galliano. HEX triplet: DD, A5 and 25. RGB value is (221,165,37). Sum of RGB (Red+Green+Blue) = 221+165+37=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA525 is #225ADA. Grayscale: #A7A7A7. Windows color (decimal): -2251483 or 2467293. OLE color: 2467293.
HSL color Cylindrical-coordinate representation of color #DDA525: hue angle of 41.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDA525 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 37 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.13 |
| HSL | 41.74º | 0.73% | 0.51% | - |
| HSV(B) | 41.74º | 0.83% | 0.87% | - |
| XYZ | 43.61 | 42.42 | 7.64 | - |
| YUV | 167.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 37 | 0 | 0.25 | 0.83 | 0.13 | 41.74 | 0.73 | 0.51 |
| Hex | DD | A5 | 25 | 0 | 19 | 53 | D | 2A | 49 | 33 |
| Octal | 335 | 245 | 45 | 0 | 31 | 123 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100101 | 100101 | 0 | 11001 | 1010011 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA525
Complementary color
Monochromatic Colors of #DDA525
Black with #DDA525
Text Example
Text Example
White with #DDA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA525; }
p { color: rgb(221,165,37); }
H1.HeaderClassName
{
color: #DDA525;
}
.AnyTagClassName
{
color: #DDA525;
}
</style>
background-color css
<style>
a { background-color: #DDA525; }
a { background-color: rgb(221,165,37); }
div.DivClassName
{
background-color: #DDA525;
}
.BgClassName
{
background-color: #DDA525;
}
</style>
border-color css
<style>
span { border-color: #DDA525; }
span { border-color: rgb(221,165,37); }
td.TdClassName
{
border-color: #DDA525;
}
.TagClassName
{
border-color: #DDA525;
}
</style>