Shades of Galliano #DDB018
Tints of Galliano #DDB018
RGB
CMYK
RGB Variations
Color information
#DDB018 (or 0xDDB018) is known color: Galliano. HEX triplet: DD, B0 and 18. RGB value is (221,176,24). Sum of RGB (Red+Green+Blue) = 221+176+24=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB018 is #224FE7. Grayscale: #ACACAC. Windows color (decimal): -2248680 or 1618141. OLE color: 1618141.
HSL color Cylindrical-coordinate representation of color #DDB018: hue angle of 46.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB018 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 24 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.13 |
| HSL | 46.29º | 0.8% | 0.48% | - |
| HSV(B) | 46.29º | 0.89% | 0.87% | - |
| XYZ | 45.51 | 46.49 | 7.44 | - |
| YUV | 172.13 | 44.41 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 24 | 0 | 0.20 | 0.89 | 0.13 | 46.29 | 0.8 | 0.48 |
| Hex | DD | B0 | 18 | 0 | 14 | 59 | D | 2E | 50 | 30 |
| Octal | 335 | 260 | 30 | 0 | 24 | 131 | 15 | 56 | 120 | 60 |
| Binary | 11011101 | 10110000 | 11000 | 0 | 10100 | 1011001 | 1101 | 101110 | 1010000 | 110000 |
Color Harmonies of #DDB018
Complementary color
Monochromatic Colors of #DDB018
Black with #DDB018
Text Example
Text Example
White with #DDB018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB018; }
p { color: rgb(221,176,24); }
H1.HeaderClassName
{
color: #DDB018;
}
.AnyTagClassName
{
color: #DDB018;
}
</style>
background-color css
<style>
a { background-color: #DDB018; }
a { background-color: rgb(221,176,24); }
div.DivClassName
{
background-color: #DDB018;
}
.BgClassName
{
background-color: #DDB018;
}
</style>
border-color css
<style>
span { border-color: #DDB018; }
span { border-color: rgb(221,176,24); }
td.TdClassName
{
border-color: #DDB018;
}
.TagClassName
{
border-color: #DDB018;
}
</style>