Shades of Galliano #DDA01B
Tints of Galliano #DDA01B
RGB
CMYK
RGB Variations
Color information
#DDA01B (or 0xDDA01B) is known color: Galliano. HEX triplet: DD, A0 and 1B. RGB value is (221,160,27). Sum of RGB (Red+Green+Blue) = 221+160+27=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA01B is #225FE4. Grayscale: #A3A3A3. Windows color (decimal): -2252773 or 1810653. OLE color: 1810653.
HSL color Cylindrical-coordinate representation of color #DDA01B: hue angle of 41.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA01B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.13 |
| HSL | 41.13º | 0.78% | 0.49% | - |
| HSV(B) | 41.13º | 0.88% | 0.87% | - |
| XYZ | 42.59 | 40.59 | 6.63 | - |
| YUV | 163.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 27 | 0 | 0.28 | 0.88 | 0.13 | 41.13 | 0.78 | 0.49 |
| Hex | DD | A0 | 1B | 0 | 1C | 58 | D | 29 | 4E | 31 |
| Octal | 335 | 240 | 33 | 0 | 34 | 130 | 15 | 51 | 116 | 61 |
| Binary | 11011101 | 10100000 | 11011 | 0 | 11100 | 1011000 | 1101 | 101001 | 1001110 | 110001 |
Color Harmonies of #DDA01B
Complementary color
Monochromatic Colors of #DDA01B
Black with #DDA01B
Text Example
Text Example
White with #DDA01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA01B; }
p { color: rgb(221,160,27); }
H1.HeaderClassName
{
color: #DDA01B;
}
.AnyTagClassName
{
color: #DDA01B;
}
</style>
background-color css
<style>
a { background-color: #DDA01B; }
a { background-color: rgb(221,160,27); }
div.DivClassName
{
background-color: #DDA01B;
}
.BgClassName
{
background-color: #DDA01B;
}
</style>
border-color css
<style>
span { border-color: #DDA01B; }
span { border-color: rgb(221,160,27); }
td.TdClassName
{
border-color: #DDA01B;
}
.TagClassName
{
border-color: #DDA01B;
}
</style>