Shades of Galliano #DDA82C
Tints of Galliano #DDA82C
RGB
CMYK
RGB Variations
Color information
#DDA82C (or 0xDDA82C) is known color: Galliano. HEX triplet: DD, A8 and 2C. RGB value is (221,168,44). Sum of RGB (Red+Green+Blue) = 221+168+44=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA82C is #2257D3. Grayscale: #AAAAAA. Windows color (decimal): -2250708 or 2926813. OLE color: 2926813.
HSL color Cylindrical-coordinate representation of color #DDA82C: hue angle of 42.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA82C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 44 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.13 |
| HSL | 42.03º | 0.72% | 0.52% | - |
| HSV(B) | 42.03º | 0.8% | 0.87% | - |
| XYZ | 44.28 | 43.56 | 8.46 | - |
| YUV | 169.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 44 | 0 | 0.24 | 0.80 | 0.13 | 42.03 | 0.72 | 0.52 |
| Hex | DD | A8 | 2C | 0 | 18 | 50 | D | 2A | 48 | 34 |
| Octal | 335 | 250 | 54 | 0 | 30 | 120 | 15 | 52 | 110 | 64 |
| Binary | 11011101 | 10101000 | 101100 | 0 | 11000 | 1010000 | 1101 | 101010 | 1001000 | 110100 |
Color Harmonies of #DDA82C
Complementary color
Monochromatic Colors of #DDA82C
Black with #DDA82C
Text Example
Text Example
White with #DDA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA82C; }
p { color: rgb(221,168,44); }
H1.HeaderClassName
{
color: #DDA82C;
}
.AnyTagClassName
{
color: #DDA82C;
}
</style>
background-color css
<style>
a { background-color: #DDA82C; }
a { background-color: rgb(221,168,44); }
div.DivClassName
{
background-color: #DDA82C;
}
.BgClassName
{
background-color: #DDA82C;
}
</style>
border-color css
<style>
span { border-color: #DDA82C; }
span { border-color: rgb(221,168,44); }
td.TdClassName
{
border-color: #DDA82C;
}
.TagClassName
{
border-color: #DDA82C;
}
</style>