Shades of Galliano #DDA123
Tints of Galliano #DDA123
RGB
CMYK
RGB Variations
Color information
#DDA123 (or 0xDDA123) is known color: Galliano. HEX triplet: DD, A1 and 23. RGB value is (221,161,35). Sum of RGB (Red+Green+Blue) = 221+161+35=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA123 is #225EDC. Grayscale: #A5A5A5. Windows color (decimal): -2252509 or 2335197. OLE color: 2335197.
HSL color Cylindrical-coordinate representation of color #DDA123: hue angle of 40.65º 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 #DDA123 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 35 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.13 |
| HSL | 40.65º | 0.73% | 0.5% | - |
| HSV(B) | 40.65º | 0.84% | 0.87% | - |
| XYZ | 42.87 | 40.98 | 7.24 | - |
| YUV | 164.58 | 54.88 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 35 | 0 | 0.27 | 0.84 | 0.13 | 40.65 | 0.73 | 0.5 |
| Hex | DD | A1 | 23 | 0 | 1B | 54 | D | 29 | 49 | 32 |
| Octal | 335 | 241 | 43 | 0 | 33 | 124 | 15 | 51 | 111 | 62 |
| Binary | 11011101 | 10100001 | 100011 | 0 | 11011 | 1010100 | 1101 | 101001 | 1001001 | 110010 |
Color Harmonies of #DDA123
Complementary color
Monochromatic Colors of #DDA123
Black with #DDA123
Text Example
Text Example
White with #DDA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA123; }
p { color: rgb(221,161,35); }
H1.HeaderClassName
{
color: #DDA123;
}
.AnyTagClassName
{
color: #DDA123;
}
</style>
background-color css
<style>
a { background-color: #DDA123; }
a { background-color: rgb(221,161,35); }
div.DivClassName
{
background-color: #DDA123;
}
.BgClassName
{
background-color: #DDA123;
}
</style>
border-color css
<style>
span { border-color: #DDA123; }
span { border-color: rgb(221,161,35); }
td.TdClassName
{
border-color: #DDA123;
}
.TagClassName
{
border-color: #DDA123;
}
</style>