Shades of Galliano #DDA31B
Tints of Galliano #DDA31B
RGB
CMYK
RGB Variations
Color information
#DDA31B (or 0xDDA31B) is known color: Galliano. HEX triplet: DD, A3 and 1B. RGB value is (221,163,27). Sum of RGB (Red+Green+Blue) = 221+163+27=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA31B is #225CE4. Grayscale: #A5A5A5. Windows color (decimal): -2252005 or 1811421. OLE color: 1811421.
HSL color Cylindrical-coordinate representation of color #DDA31B: hue angle of 42.06º 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 #DDA31B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.13 |
| HSL | 42.06º | 0.78% | 0.49% | - |
| HSV(B) | 42.06º | 0.88% | 0.87% | - |
| XYZ | 43.11 | 41.65 | 6.8 | - |
| YUV | 164.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 27 | 0 | 0.26 | 0.88 | 0.13 | 42.06 | 0.78 | 0.49 |
| Hex | DD | A3 | 1B | 0 | 1A | 58 | D | 2A | 4E | 31 |
| Octal | 335 | 243 | 33 | 0 | 32 | 130 | 15 | 52 | 116 | 61 |
| Binary | 11011101 | 10100011 | 11011 | 0 | 11010 | 1011000 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DDA31B
Complementary color
Monochromatic Colors of #DDA31B
Black with #DDA31B
Text Example
Text Example
White with #DDA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA31B; }
p { color: rgb(221,163,27); }
H1.HeaderClassName
{
color: #DDA31B;
}
.AnyTagClassName
{
color: #DDA31B;
}
</style>
background-color css
<style>
a { background-color: #DDA31B; }
a { background-color: rgb(221,163,27); }
div.DivClassName
{
background-color: #DDA31B;
}
.BgClassName
{
background-color: #DDA31B;
}
</style>
border-color css
<style>
span { border-color: #DDA31B; }
span { border-color: rgb(221,163,27); }
td.TdClassName
{
border-color: #DDA31B;
}
.TagClassName
{
border-color: #DDA31B;
}
</style>