Shades of Galliano #DDA91B
Tints of Galliano #DDA91B
RGB
CMYK
RGB Variations
Color information
#DDA91B (or 0xDDA91B) is known color: Galliano. HEX triplet: DD, A9 and 1B. RGB value is (221,169,27). Sum of RGB (Red+Green+Blue) = 221+169+27=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA91B is #2256E4. Grayscale: #A8A8A8. Windows color (decimal): -2250469 or 1812957. OLE color: 1812957.
HSL color Cylindrical-coordinate representation of color #DDA91B: hue angle of 43.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA91B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 27 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.13 |
| HSL | 43.92º | 0.78% | 0.49% | - |
| HSV(B) | 43.92º | 0.88% | 0.87% | - |
| XYZ | 44.2 | 43.83 | 7.17 | - |
| YUV | 168.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 27 | 0 | 0.24 | 0.88 | 0.13 | 43.92 | 0.78 | 0.49 |
| Hex | DD | A9 | 1B | 0 | 18 | 58 | D | 2C | 4E | 31 |
| Octal | 335 | 251 | 33 | 0 | 30 | 130 | 15 | 54 | 116 | 61 |
| Binary | 11011101 | 10101001 | 11011 | 0 | 11000 | 1011000 | 1101 | 101100 | 1001110 | 110001 |
Color Harmonies of #DDA91B
Complementary color
Monochromatic Colors of #DDA91B
Black with #DDA91B
Text Example
Text Example
White with #DDA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA91B; }
p { color: rgb(221,169,27); }
H1.HeaderClassName
{
color: #DDA91B;
}
.AnyTagClassName
{
color: #DDA91B;
}
</style>
background-color css
<style>
a { background-color: #DDA91B; }
a { background-color: rgb(221,169,27); }
div.DivClassName
{
background-color: #DDA91B;
}
.BgClassName
{
background-color: #DDA91B;
}
</style>
border-color css
<style>
span { border-color: #DDA91B; }
span { border-color: rgb(221,169,27); }
td.TdClassName
{
border-color: #DDA91B;
}
.TagClassName
{
border-color: #DDA91B;
}
</style>