Shades of Galliano #DDA91F
Tints of Galliano #DDA91F
RGB
CMYK
RGB Variations
Color information
#DDA91F (or 0xDDA91F) is known color: Galliano. HEX triplet: DD, A9 and 1F. RGB value is (221,169,31). Sum of RGB (Red+Green+Blue) = 221+169+31=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA91F is #2256E0. Grayscale: #A9A9A9. Windows color (decimal): -2250465 or 2075101. OLE color: 2075101.
HSL color Cylindrical-coordinate representation of color #DDA91F: hue angle of 43.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDA91F is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 31 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.13 |
| HSL | 43.58º | 0.75% | 0.49% | - |
| HSV(B) | 43.58º | 0.86% | 0.87% | - |
| XYZ | 44.25 | 43.85 | 7.43 | - |
| YUV | 168.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 31 | 0 | 0.24 | 0.86 | 0.13 | 43.58 | 0.75 | 0.49 |
| Hex | DD | A9 | 1F | 0 | 18 | 56 | D | 2C | 4B | 31 |
| Octal | 335 | 251 | 37 | 0 | 30 | 126 | 15 | 54 | 113 | 61 |
| Binary | 11011101 | 10101001 | 11111 | 0 | 11000 | 1010110 | 1101 | 101100 | 1001011 | 110001 |
Color Harmonies of #DDA91F
Complementary color
Monochromatic Colors of #DDA91F
Black with #DDA91F
Text Example
Text Example
White with #DDA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA91F; }
p { color: rgb(221,169,31); }
H1.HeaderClassName
{
color: #DDA91F;
}
.AnyTagClassName
{
color: #DDA91F;
}
</style>
background-color css
<style>
a { background-color: #DDA91F; }
a { background-color: rgb(221,169,31); }
div.DivClassName
{
background-color: #DDA91F;
}
.BgClassName
{
background-color: #DDA91F;
}
</style>
border-color css
<style>
span { border-color: #DDA91F; }
span { border-color: rgb(221,169,31); }
td.TdClassName
{
border-color: #DDA91F;
}
.TagClassName
{
border-color: #DDA91F;
}
</style>