Shades of Galliano #DDA01C
Tints of Galliano #DDA01C
RGB
CMYK
RGB Variations
Color information
#DDA01C (or 0xDDA01C) is known color: Galliano. HEX triplet: DD, A0 and 1C. RGB value is (221,160,28). Sum of RGB (Red+Green+Blue) = 221+160+28=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA01C is #225FE3. Grayscale: #A3A3A3. Windows color (decimal): -2252772 or 1876189. OLE color: 1876189.
HSL color Cylindrical-coordinate representation of color #DDA01C: hue angle of 41.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA01C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 28 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.13 |
| HSL | 41.04º | 0.78% | 0.49% | - |
| HSV(B) | 41.04º | 0.87% | 0.87% | - |
| XYZ | 42.6 | 40.6 | 6.69 | - |
| YUV | 163.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 28 | 0 | 0.28 | 0.87 | 0.13 | 41.04 | 0.78 | 0.49 |
| Hex | DD | A0 | 1C | 0 | 1C | 57 | D | 29 | 4E | 31 |
| Octal | 335 | 240 | 34 | 0 | 34 | 127 | 15 | 51 | 116 | 61 |
| Binary | 11011101 | 10100000 | 11100 | 0 | 11100 | 1010111 | 1101 | 101001 | 1001110 | 110001 |
Color Harmonies of #DDA01C
Complementary color
Monochromatic Colors of #DDA01C
Black with #DDA01C
Text Example
Text Example
White with #DDA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA01C; }
p { color: rgb(221,160,28); }
H1.HeaderClassName
{
color: #DDA01C;
}
.AnyTagClassName
{
color: #DDA01C;
}
</style>
background-color css
<style>
a { background-color: #DDA01C; }
a { background-color: rgb(221,160,28); }
div.DivClassName
{
background-color: #DDA01C;
}
.BgClassName
{
background-color: #DDA01C;
}
</style>
border-color css
<style>
span { border-color: #DDA01C; }
span { border-color: rgb(221,160,28); }
td.TdClassName
{
border-color: #DDA01C;
}
.TagClassName
{
border-color: #DDA01C;
}
</style>