Shades of Galliano #DDA623
Tints of Galliano #DDA623
RGB
CMYK
RGB Variations
Color information
#DDA623 (or 0xDDA623) is known color: Galliano. HEX triplet: DD, A6 and 23. RGB value is (221,166,35). Sum of RGB (Red+Green+Blue) = 221+166+35=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA623 is #2259DC. Grayscale: #A8A8A8. Windows color (decimal): -2251229 or 2336477. OLE color: 2336477.
HSL color Cylindrical-coordinate representation of color #DDA623: hue angle of 42.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA623 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 35 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.13 |
| HSL | 42.26º | 0.73% | 0.5% | - |
| HSV(B) | 42.26º | 0.84% | 0.87% | - |
| XYZ | 43.76 | 42.77 | 7.54 | - |
| YUV | 167.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 35 | 0 | 0.25 | 0.84 | 0.13 | 42.26 | 0.73 | 0.5 |
| Hex | DD | A6 | 23 | 0 | 19 | 54 | D | 2A | 49 | 32 |
| Octal | 335 | 246 | 43 | 0 | 31 | 124 | 15 | 52 | 111 | 62 |
| Binary | 11011101 | 10100110 | 100011 | 0 | 11001 | 1010100 | 1101 | 101010 | 1001001 | 110010 |
Color Harmonies of #DDA623
Complementary color
Monochromatic Colors of #DDA623
Black with #DDA623
Text Example
Text Example
White with #DDA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA623; }
p { color: rgb(221,166,35); }
H1.HeaderClassName
{
color: #DDA623;
}
.AnyTagClassName
{
color: #DDA623;
}
</style>
background-color css
<style>
a { background-color: #DDA623; }
a { background-color: rgb(221,166,35); }
div.DivClassName
{
background-color: #DDA623;
}
.BgClassName
{
background-color: #DDA623;
}
</style>
border-color css
<style>
span { border-color: #DDA623; }
span { border-color: rgb(221,166,35); }
td.TdClassName
{
border-color: #DDA623;
}
.TagClassName
{
border-color: #DDA623;
}
</style>