Shades of Galliano #DDA31C
Tints of Galliano #DDA31C
RGB
CMYK
RGB Variations
Color information
#DDA31C (or 0xDDA31C) is known color: Galliano. HEX triplet: DD, A3 and 1C. RGB value is (221,163,28). Sum of RGB (Red+Green+Blue) = 221+163+28=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA31C is #225CE3. Grayscale: #A5A5A5. Windows color (decimal): -2252004 or 1876957. OLE color: 1876957.
HSL color Cylindrical-coordinate representation of color #DDA31C: hue angle of 41.97º 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 #DDA31C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 41.97º | 0.78% | 0.49% | - |
| HSV(B) | 41.97º | 0.87% | 0.87% | - |
| XYZ | 43.13 | 41.65 | 6.86 | - |
| YUV | 164.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 28 | 0 | 0.26 | 0.87 | 0.13 | 41.97 | 0.78 | 0.49 |
| Hex | DD | A3 | 1C | 0 | 1A | 57 | D | 2A | 4E | 31 |
| Octal | 335 | 243 | 34 | 0 | 32 | 127 | 15 | 52 | 116 | 61 |
| Binary | 11011101 | 10100011 | 11100 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DDA31C
Complementary color
Monochromatic Colors of #DDA31C
Black with #DDA31C
Text Example
Text Example
White with #DDA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA31C; }
p { color: rgb(221,163,28); }
H1.HeaderClassName
{
color: #DDA31C;
}
.AnyTagClassName
{
color: #DDA31C;
}
</style>
background-color css
<style>
a { background-color: #DDA31C; }
a { background-color: rgb(221,163,28); }
div.DivClassName
{
background-color: #DDA31C;
}
.BgClassName
{
background-color: #DDA31C;
}
</style>
border-color css
<style>
span { border-color: #DDA31C; }
span { border-color: rgb(221,163,28); }
td.TdClassName
{
border-color: #DDA31C;
}
.TagClassName
{
border-color: #DDA31C;
}
</style>