Shades of Galliano #DDA52E
Tints of Galliano #DDA52E
RGB
CMYK
RGB Variations
Color information
#DDA52E (or 0xDDA52E) is known color: Galliano. HEX triplet: DD, A5 and 2E. RGB value is (221,165,46). Sum of RGB (Red+Green+Blue) = 221+165+46=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA52E is #225AD1. Grayscale: #A8A8A8. Windows color (decimal): -2251474 or 3057117. OLE color: 3057117.
HSL color Cylindrical-coordinate representation of color #DDA52E: hue angle of 40.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA52E is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 46 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.13 |
| HSL | 40.8º | 0.72% | 0.52% | - |
| HSV(B) | 40.8º | 0.79% | 0.87% | - |
| XYZ | 43.77 | 42.48 | 8.48 | - |
| YUV | 168.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 46 | 0 | 0.25 | 0.79 | 0.13 | 40.8 | 0.72 | 0.52 |
| Hex | DD | A5 | 2E | 0 | 19 | 4F | D | 29 | 48 | 34 |
| Octal | 335 | 245 | 56 | 0 | 31 | 117 | 15 | 51 | 110 | 64 |
| Binary | 11011101 | 10100101 | 101110 | 0 | 11001 | 1001111 | 1101 | 101001 | 1001000 | 110100 |
Color Harmonies of #DDA52E
Complementary color
Monochromatic Colors of #DDA52E
Black with #DDA52E
Text Example
Text Example
White with #DDA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA52E; }
p { color: rgb(221,165,46); }
H1.HeaderClassName
{
color: #DDA52E;
}
.AnyTagClassName
{
color: #DDA52E;
}
</style>
background-color css
<style>
a { background-color: #DDA52E; }
a { background-color: rgb(221,165,46); }
div.DivClassName
{
background-color: #DDA52E;
}
.BgClassName
{
background-color: #DDA52E;
}
</style>
border-color css
<style>
span { border-color: #DDA52E; }
span { border-color: rgb(221,165,46); }
td.TdClassName
{
border-color: #DDA52E;
}
.TagClassName
{
border-color: #DDA52E;
}
</style>