Shades of Galliano #DDA01A
Tints of Galliano #DDA01A
RGB
CMYK
RGB Variations
Color information
#DDA01A (or 0xDDA01A) is known color: Galliano. HEX triplet: DD, A0 and 1A. RGB value is (221,160,26). Sum of RGB (Red+Green+Blue) = 221+160+26=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA01A is #225FE5. Grayscale: #A3A3A3. Windows color (decimal): -2252774 or 1745117. OLE color: 1745117.
HSL color Cylindrical-coordinate representation of color #DDA01A: hue angle of 41.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA01A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.13 |
| HSL | 41.23º | 0.79% | 0.48% | - |
| HSV(B) | 41.23º | 0.88% | 0.87% | - |
| XYZ | 42.58 | 40.59 | 6.57 | - |
| YUV | 162.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 26 | 0 | 0.28 | 0.88 | 0.13 | 41.23 | 0.79 | 0.48 |
| Hex | DD | A0 | 1A | 0 | 1C | 58 | D | 29 | 4F | 30 |
| Octal | 335 | 240 | 32 | 0 | 34 | 130 | 15 | 51 | 117 | 60 |
| Binary | 11011101 | 10100000 | 11010 | 0 | 11100 | 1011000 | 1101 | 101001 | 1001111 | 110000 |
Color Harmonies of #DDA01A
Complementary color
Monochromatic Colors of #DDA01A
Black with #DDA01A
Text Example
Text Example
White with #DDA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA01A; }
p { color: rgb(221,160,26); }
H1.HeaderClassName
{
color: #DDA01A;
}
.AnyTagClassName
{
color: #DDA01A;
}
</style>
background-color css
<style>
a { background-color: #DDA01A; }
a { background-color: rgb(221,160,26); }
div.DivClassName
{
background-color: #DDA01A;
}
.BgClassName
{
background-color: #DDA01A;
}
</style>
border-color css
<style>
span { border-color: #DDA01A; }
span { border-color: rgb(221,160,26); }
td.TdClassName
{
border-color: #DDA01A;
}
.TagClassName
{
border-color: #DDA01A;
}
</style>