Shades of Galliano #DDA822
Tints of Galliano #DDA822
RGB
CMYK
RGB Variations
Color information
#DDA822 (or 0xDDA822) is known color: Galliano. HEX triplet: DD, A8 and 22. RGB value is (221,168,34). Sum of RGB (Red+Green+Blue) = 221+168+34=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA822 is #2257DD. Grayscale: #A9A9A9. Windows color (decimal): -2250718 or 2271453. OLE color: 2271453.
HSL color Cylindrical-coordinate representation of color #DDA822: hue angle of 42.99º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDA822 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 34 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.13 |
| HSL | 42.99º | 0.73% | 0.5% | - |
| HSV(B) | 42.99º | 0.85% | 0.87% | - |
| XYZ | 44.11 | 43.49 | 7.58 | - |
| YUV | 168.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 34 | 0 | 0.24 | 0.85 | 0.13 | 42.99 | 0.73 | 0.5 |
| Hex | DD | A8 | 22 | 0 | 18 | 55 | D | 2B | 49 | 32 |
| Octal | 335 | 250 | 42 | 0 | 30 | 125 | 15 | 53 | 111 | 62 |
| Binary | 11011101 | 10101000 | 100010 | 0 | 11000 | 1010101 | 1101 | 101011 | 1001001 | 110010 |
Color Harmonies of #DDA822
Complementary color
Monochromatic Colors of #DDA822
Black with #DDA822
Text Example
Text Example
White with #DDA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA822; }
p { color: rgb(221,168,34); }
H1.HeaderClassName
{
color: #DDA822;
}
.AnyTagClassName
{
color: #DDA822;
}
</style>
background-color css
<style>
a { background-color: #DDA822; }
a { background-color: rgb(221,168,34); }
div.DivClassName
{
background-color: #DDA822;
}
.BgClassName
{
background-color: #DDA822;
}
</style>
border-color css
<style>
span { border-color: #DDA822; }
span { border-color: rgb(221,168,34); }
td.TdClassName
{
border-color: #DDA822;
}
.TagClassName
{
border-color: #DDA822;
}
</style>