Shades of Galliano #DDB016
Tints of Galliano #DDB016
RGB
CMYK
RGB Variations
Color information
#DDB016 (or 0xDDB016) is known color: Galliano. HEX triplet: DD, B0 and 16. RGB value is (221,176,22). Sum of RGB (Red+Green+Blue) = 221+176+22=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB016 is #224FE9. Grayscale: #ACACAC. Windows color (decimal): -2248682 or 1487069. OLE color: 1487069.
HSL color Cylindrical-coordinate representation of color #DDB016: hue angle of 46.43º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB016 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.13 |
| HSL | 46.43º | 0.82% | 0.48% | - |
| HSV(B) | 46.43º | 0.9% | 0.87% | - |
| XYZ | 45.49 | 46.48 | 7.33 | - |
| YUV | 171.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 22 | 0 | 0.20 | 0.90 | 0.13 | 46.43 | 0.82 | 0.48 |
| Hex | DD | B0 | 16 | 0 | 14 | 5A | D | 2E | 52 | 30 |
| Octal | 335 | 260 | 26 | 0 | 24 | 132 | 15 | 56 | 122 | 60 |
| Binary | 11011101 | 10110000 | 10110 | 0 | 10100 | 1011010 | 1101 | 101110 | 1010010 | 110000 |
Color Harmonies of #DDB016
Complementary color
Monochromatic Colors of #DDB016
Black with #DDB016
Text Example
Text Example
White with #DDB016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB016; }
p { color: rgb(221,176,22); }
H1.HeaderClassName
{
color: #DDB016;
}
.AnyTagClassName
{
color: #DDB016;
}
</style>
background-color css
<style>
a { background-color: #DDB016; }
a { background-color: rgb(221,176,22); }
div.DivClassName
{
background-color: #DDB016;
}
.BgClassName
{
background-color: #DDB016;
}
</style>
border-color css
<style>
span { border-color: #DDB016; }
span { border-color: rgb(221,176,22); }
td.TdClassName
{
border-color: #DDB016;
}
.TagClassName
{
border-color: #DDB016;
}
</style>