Shades of Galliano #DDAB13
Tints of Galliano #DDAB13
RGB
CMYK
RGB Variations
Color information
#DDAB13 (or 0xDDAB13) is known color: Galliano. HEX triplet: DD, AB and 13. RGB value is (221,171,19). Sum of RGB (Red+Green+Blue) = 221+171+19=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB13 is #2254EC. Grayscale: #A9A9A9. Windows color (decimal): -2249965 or 1289181. OLE color: 1289181.
HSL color Cylindrical-coordinate representation of color #DDAB13: hue angle of 45.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDAB13 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 45.15º | 0.84% | 0.47% | - |
| HSV(B) | 45.15º | 0.91% | 0.87% | - |
| XYZ | 44.5 | 44.54 | 6.87 | - |
| YUV | 168.62 | 43.57 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 19 | 0 | 0.23 | 0.91 | 0.13 | 45.15 | 0.84 | 0.47 |
| Hex | DD | AB | 13 | 0 | 17 | 5B | D | 2D | 54 | 2F |
| Octal | 335 | 253 | 23 | 0 | 27 | 133 | 15 | 55 | 124 | 57 |
| Binary | 11011101 | 10101011 | 10011 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010100 | 101111 |
Color Harmonies of #DDAB13
Complementary color
Monochromatic Colors of #DDAB13
Black with #DDAB13
Text Example
Text Example
White with #DDAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB13; }
p { color: rgb(221,171,19); }
H1.HeaderClassName
{
color: #DDAB13;
}
.AnyTagClassName
{
color: #DDAB13;
}
</style>
background-color css
<style>
a { background-color: #DDAB13; }
a { background-color: rgb(221,171,19); }
div.DivClassName
{
background-color: #DDAB13;
}
.BgClassName
{
background-color: #DDAB13;
}
</style>
border-color css
<style>
span { border-color: #DDAB13; }
span { border-color: rgb(221,171,19); }
td.TdClassName
{
border-color: #DDAB13;
}
.TagClassName
{
border-color: #DDAB13;
}
</style>