Shades of Galliano #DDB014
Tints of Galliano #DDB014
RGB
CMYK
RGB Variations
Color information
#DDB014 (or 0xDDB014) is known color: Galliano. HEX triplet: DD, B0 and 14. RGB value is (221,176,20). Sum of RGB (Red+Green+Blue) = 221+176+20=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB014 is #224FEB. Grayscale: #ACACAC. Windows color (decimal): -2248684 or 1355997. OLE color: 1355997.
HSL color Cylindrical-coordinate representation of color #DDB014: hue angle of 46.57º degrees, saturation: 0.83, 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 #DDB014 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.13 |
| HSL | 46.57º | 0.83% | 0.47% | - |
| HSV(B) | 46.57º | 0.91% | 0.87% | - |
| XYZ | 45.47 | 46.47 | 7.24 | - |
| YUV | 171.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 20 | 0 | 0.20 | 0.91 | 0.13 | 46.57 | 0.83 | 0.47 |
| Hex | DD | B0 | 14 | 0 | 14 | 5B | D | 2F | 53 | 2F |
| Octal | 335 | 260 | 24 | 0 | 24 | 133 | 15 | 57 | 123 | 57 |
| Binary | 11011101 | 10110000 | 10100 | 0 | 10100 | 1011011 | 1101 | 101111 | 1010011 | 101111 |
Color Harmonies of #DDB014
Complementary color
Monochromatic Colors of #DDB014
Black with #DDB014
Text Example
Text Example
White with #DDB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB014; }
p { color: rgb(221,176,20); }
H1.HeaderClassName
{
color: #DDB014;
}
.AnyTagClassName
{
color: #DDB014;
}
</style>
background-color css
<style>
a { background-color: #DDB014; }
a { background-color: rgb(221,176,20); }
div.DivClassName
{
background-color: #DDB014;
}
.BgClassName
{
background-color: #DDB014;
}
</style>
border-color css
<style>
span { border-color: #DDB014; }
span { border-color: rgb(221,176,20); }
td.TdClassName
{
border-color: #DDB014;
}
.TagClassName
{
border-color: #DDB014;
}
</style>