Shades of Galliano #DDA41E
Tints of Galliano #DDA41E
RGB
CMYK
RGB Variations
Color information
#DDA41E (or 0xDDA41E) is known color: Galliano. HEX triplet: DD, A4 and 1E. RGB value is (221,164,30). Sum of RGB (Red+Green+Blue) = 221+164+30=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA41E is #225BE1. Grayscale: #A6A6A6. Windows color (decimal): -2251746 or 2008285. OLE color: 2008285.
HSL color Cylindrical-coordinate representation of color #DDA41E: hue angle of 42.09º 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 #DDA41E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 30 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.13 |
| HSL | 42.09º | 0.76% | 0.49% | - |
| HSV(B) | 42.09º | 0.86% | 0.87% | - |
| XYZ | 43.33 | 42.02 | 7.05 | - |
| YUV | 165.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 30 | 0 | 0.26 | 0.86 | 0.13 | 42.09 | 0.76 | 0.49 |
| Hex | DD | A4 | 1E | 0 | 1A | 56 | D | 2A | 4C | 31 |
| Octal | 335 | 244 | 36 | 0 | 32 | 126 | 15 | 52 | 114 | 61 |
| Binary | 11011101 | 10100100 | 11110 | 0 | 11010 | 1010110 | 1101 | 101010 | 1001100 | 110001 |
Color Harmonies of #DDA41E
Complementary color
Monochromatic Colors of #DDA41E
Black with #DDA41E
Text Example
Text Example
White with #DDA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA41E; }
p { color: rgb(221,164,30); }
H1.HeaderClassName
{
color: #DDA41E;
}
.AnyTagClassName
{
color: #DDA41E;
}
</style>
background-color css
<style>
a { background-color: #DDA41E; }
a { background-color: rgb(221,164,30); }
div.DivClassName
{
background-color: #DDA41E;
}
.BgClassName
{
background-color: #DDA41E;
}
</style>
border-color css
<style>
span { border-color: #DDA41E; }
span { border-color: rgb(221,164,30); }
td.TdClassName
{
border-color: #DDA41E;
}
.TagClassName
{
border-color: #DDA41E;
}
</style>