Shades of Galliano #DDA61E
Tints of Galliano #DDA61E
RGB
CMYK
RGB Variations
Color information
#DDA61E (or 0xDDA61E) is known color: Galliano. HEX triplet: DD, A6 and 1E. RGB value is (221,166,30). Sum of RGB (Red+Green+Blue) = 221+166+30=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61E is #2259E1. Grayscale: #A7A7A7. Windows color (decimal): -2251234 or 2008797. OLE color: 2008797.
HSL color Cylindrical-coordinate representation of color #DDA61E: hue angle of 42.72º degrees, saturation: 0.76, 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 #DDA61E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 30 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.13 |
| HSL | 42.72º | 0.76% | 0.49% | - |
| HSV(B) | 42.72º | 0.86% | 0.87% | - |
| XYZ | 43.69 | 42.74 | 7.17 | - |
| YUV | 166.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 30 | 0 | 0.25 | 0.86 | 0.13 | 42.72 | 0.76 | 0.49 |
| Hex | DD | A6 | 1E | 0 | 19 | 56 | D | 2B | 4C | 31 |
| Octal | 335 | 246 | 36 | 0 | 31 | 126 | 15 | 53 | 114 | 61 |
| Binary | 11011101 | 10100110 | 11110 | 0 | 11001 | 1010110 | 1101 | 101011 | 1001100 | 110001 |
Color Harmonies of #DDA61E
Complementary color
Monochromatic Colors of #DDA61E
Black with #DDA61E
Text Example
Text Example
White with #DDA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA61E; }
p { color: rgb(221,166,30); }
H1.HeaderClassName
{
color: #DDA61E;
}
.AnyTagClassName
{
color: #DDA61E;
}
</style>
background-color css
<style>
a { background-color: #DDA61E; }
a { background-color: rgb(221,166,30); }
div.DivClassName
{
background-color: #DDA61E;
}
.BgClassName
{
background-color: #DDA61E;
}
</style>
border-color css
<style>
span { border-color: #DDA61E; }
span { border-color: rgb(221,166,30); }
td.TdClassName
{
border-color: #DDA61E;
}
.TagClassName
{
border-color: #DDA61E;
}
</style>