Shades of Galliano #DDA91A
Tints of Galliano #DDA91A
RGB
CMYK
RGB Variations
Color information
#DDA91A (or 0xDDA91A) is known color: Galliano. HEX triplet: DD, A9 and 1A. RGB value is (221,169,26). Sum of RGB (Red+Green+Blue) = 221+169+26=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA91A is #2256E5. Grayscale: #A8A8A8. Windows color (decimal): -2250470 or 1747421. OLE color: 1747421.
HSL color Cylindrical-coordinate representation of color #DDA91A: hue angle of 44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA91A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 26 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.13 |
| HSL | 44º | 0.79% | 0.48% | - |
| HSV(B) | 44º | 0.88% | 0.87% | - |
| XYZ | 44.19 | 43.82 | 7.11 | - |
| YUV | 168.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 26 | 0 | 0.24 | 0.88 | 0.13 | 44 | 0.79 | 0.48 |
| Hex | DD | A9 | 1A | 0 | 18 | 58 | D | 2C | 4F | 30 |
| Octal | 335 | 251 | 32 | 0 | 30 | 130 | 15 | 54 | 117 | 60 |
| Binary | 11011101 | 10101001 | 11010 | 0 | 11000 | 1011000 | 1101 | 101100 | 1001111 | 110000 |
Color Harmonies of #DDA91A
Complementary color
Monochromatic Colors of #DDA91A
Black with #DDA91A
Text Example
Text Example
White with #DDA91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA91A; }
p { color: rgb(221,169,26); }
H1.HeaderClassName
{
color: #DDA91A;
}
.AnyTagClassName
{
color: #DDA91A;
}
</style>
background-color css
<style>
a { background-color: #DDA91A; }
a { background-color: rgb(221,169,26); }
div.DivClassName
{
background-color: #DDA91A;
}
.BgClassName
{
background-color: #DDA91A;
}
</style>
border-color css
<style>
span { border-color: #DDA91A; }
span { border-color: rgb(221,169,26); }
td.TdClassName
{
border-color: #DDA91A;
}
.TagClassName
{
border-color: #DDA91A;
}
</style>