Shades of Galliano #DDA625
Tints of Galliano #DDA625
RGB
CMYK
RGB Variations
Color information
#DDA625 (or 0xDDA625) is known color: Galliano. HEX triplet: DD, A6 and 25. RGB value is (221,166,37). Sum of RGB (Red+Green+Blue) = 221+166+37=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA625 is #2259DA. Grayscale: #A8A8A8. Windows color (decimal): -2251227 or 2467549. OLE color: 2467549.
HSL color Cylindrical-coordinate representation of color #DDA625: hue angle of 42.07º 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 #DDA625 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 37 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.13 |
| HSL | 42.07º | 0.73% | 0.51% | - |
| HSV(B) | 42.07º | 0.83% | 0.87% | - |
| XYZ | 43.79 | 42.78 | 7.7 | - |
| YUV | 167.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 37 | 0 | 0.25 | 0.83 | 0.13 | 42.07 | 0.73 | 0.51 |
| Hex | DD | A6 | 25 | 0 | 19 | 53 | D | 2A | 49 | 33 |
| Octal | 335 | 246 | 45 | 0 | 31 | 123 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100110 | 100101 | 0 | 11001 | 1010011 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA625
Complementary color
Monochromatic Colors of #DDA625
Black with #DDA625
Text Example
Text Example
White with #DDA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA625; }
p { color: rgb(221,166,37); }
H1.HeaderClassName
{
color: #DDA625;
}
.AnyTagClassName
{
color: #DDA625;
}
</style>
background-color css
<style>
a { background-color: #DDA625; }
a { background-color: rgb(221,166,37); }
div.DivClassName
{
background-color: #DDA625;
}
.BgClassName
{
background-color: #DDA625;
}
</style>
border-color css
<style>
span { border-color: #DDA625; }
span { border-color: rgb(221,166,37); }
td.TdClassName
{
border-color: #DDA625;
}
.TagClassName
{
border-color: #DDA625;
}
</style>