Shades of Galliano #DDA023
Tints of Galliano #DDA023
RGB
CMYK
RGB Variations
Color information
#DDA023 (or 0xDDA023) is known color: Galliano. HEX triplet: DD, A0 and 23. RGB value is (221,160,35). Sum of RGB (Red+Green+Blue) = 221+160+35=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA023 is #225FDC. Grayscale: #A4A4A4. Windows color (decimal): -2252765 or 2334941. OLE color: 2334941.
HSL color Cylindrical-coordinate representation of color #DDA023: hue angle of 40.32º 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 #DDA023 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 35 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.13 |
| HSL | 40.32º | 0.73% | 0.5% | - |
| HSV(B) | 40.32º | 0.84% | 0.87% | - |
| XYZ | 42.69 | 40.64 | 7.18 | - |
| YUV | 163.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 35 | 0 | 0.28 | 0.84 | 0.13 | 40.32 | 0.73 | 0.5 |
| Hex | DD | A0 | 23 | 0 | 1C | 54 | D | 28 | 49 | 32 |
| Octal | 335 | 240 | 43 | 0 | 34 | 124 | 15 | 50 | 111 | 62 |
| Binary | 11011101 | 10100000 | 100011 | 0 | 11100 | 1010100 | 1101 | 101000 | 1001001 | 110010 |
Color Harmonies of #DDA023
Complementary color
Monochromatic Colors of #DDA023
Black with #DDA023
Text Example
Text Example
White with #DDA023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA023; }
p { color: rgb(221,160,35); }
H1.HeaderClassName
{
color: #DDA023;
}
.AnyTagClassName
{
color: #DDA023;
}
</style>
background-color css
<style>
a { background-color: #DDA023; }
a { background-color: rgb(221,160,35); }
div.DivClassName
{
background-color: #DDA023;
}
.BgClassName
{
background-color: #DDA023;
}
</style>
border-color css
<style>
span { border-color: #DDA023; }
span { border-color: rgb(221,160,35); }
td.TdClassName
{
border-color: #DDA023;
}
.TagClassName
{
border-color: #DDA023;
}
</style>