Shades of Galliano #DDA31D
Tints of Galliano #DDA31D
RGB
CMYK
RGB Variations
Color information
#DDA31D (or 0xDDA31D) is known color: Galliano. HEX triplet: DD, A3 and 1D. RGB value is (221,163,29). Sum of RGB (Red+Green+Blue) = 221+163+29=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA31D is #225CE2. Grayscale: #A5A5A5. Windows color (decimal): -2252003 or 1942493. OLE color: 1942493.
HSL color Cylindrical-coordinate representation of color #DDA31D: hue angle of 41.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA31D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 41.88º | 0.77% | 0.49% | - |
| HSV(B) | 41.88º | 0.87% | 0.87% | - |
| XYZ | 43.14 | 41.66 | 6.93 | - |
| YUV | 165.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 29 | 0 | 0.26 | 0.87 | 0.13 | 41.88 | 0.77 | 0.49 |
| Hex | DD | A3 | 1D | 0 | 1A | 57 | D | 2A | 4D | 31 |
| Octal | 335 | 243 | 35 | 0 | 32 | 127 | 15 | 52 | 115 | 61 |
| Binary | 11011101 | 10100011 | 11101 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001101 | 110001 |
Color Harmonies of #DDA31D
Complementary color
Monochromatic Colors of #DDA31D
Black with #DDA31D
Text Example
Text Example
White with #DDA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA31D; }
p { color: rgb(221,163,29); }
H1.HeaderClassName
{
color: #DDA31D;
}
.AnyTagClassName
{
color: #DDA31D;
}
</style>
background-color css
<style>
a { background-color: #DDA31D; }
a { background-color: rgb(221,163,29); }
div.DivClassName
{
background-color: #DDA31D;
}
.BgClassName
{
background-color: #DDA31D;
}
</style>
border-color css
<style>
span { border-color: #DDA31D; }
span { border-color: rgb(221,163,29); }
td.TdClassName
{
border-color: #DDA31D;
}
.TagClassName
{
border-color: #DDA31D;
}
</style>