Shades of Galliano #DDA32F
Tints of Galliano #DDA32F
RGB
CMYK
RGB Variations
Color information
#DDA32F (or 0xDDA32F) is known color: Galliano. HEX triplet: DD, A3 and 2F. RGB value is (221,163,47). Sum of RGB (Red+Green+Blue) = 221+163+47=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA32F is #225CD0. Grayscale: #A7A7A7. Windows color (decimal): -2251985 or 3122141. OLE color: 3122141.
HSL color Cylindrical-coordinate representation of color #DDA32F: hue angle of 40º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA32F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 47 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.13 |
| HSL | 40º | 0.72% | 0.53% | - |
| HSV(B) | 40º | 0.79% | 0.87% | - |
| XYZ | 43.43 | 41.77 | 8.46 | - |
| YUV | 167.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 47 | 0 | 0.26 | 0.79 | 0.13 | 40 | 0.72 | 0.53 |
| Hex | DD | A3 | 2F | 0 | 1A | 4F | D | 28 | 48 | 35 |
| Octal | 335 | 243 | 57 | 0 | 32 | 117 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100011 | 101111 | 0 | 11010 | 1001111 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA32F
Complementary color
Monochromatic Colors of #DDA32F
Black with #DDA32F
Text Example
Text Example
White with #DDA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA32F; }
p { color: rgb(221,163,47); }
H1.HeaderClassName
{
color: #DDA32F;
}
.AnyTagClassName
{
color: #DDA32F;
}
</style>
background-color css
<style>
a { background-color: #DDA32F; }
a { background-color: rgb(221,163,47); }
div.DivClassName
{
background-color: #DDA32F;
}
.BgClassName
{
background-color: #DDA32F;
}
</style>
border-color css
<style>
span { border-color: #DDA32F; }
span { border-color: rgb(221,163,47); }
td.TdClassName
{
border-color: #DDA32F;
}
.TagClassName
{
border-color: #DDA32F;
}
</style>