Shades of Galliano #DDA02A
Tints of Galliano #DDA02A
RGB
CMYK
RGB Variations
Color information
#DDA02A (or 0xDDA02A) is known color: Galliano. HEX triplet: DD, A0 and 2A. RGB value is (221,160,42). Sum of RGB (Red+Green+Blue) = 221+160+42=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA02A is #225FD5. Grayscale: #A5A5A5. Windows color (decimal): -2252758 or 2793693. OLE color: 2793693.
HSL color Cylindrical-coordinate representation of color #DDA02A: hue angle of 39.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA02A is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 42 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.13 |
| HSL | 39.55º | 0.72% | 0.52% | - |
| HSV(B) | 39.55º | 0.81% | 0.87% | - |
| XYZ | 42.81 | 40.68 | 7.79 | - |
| YUV | 164.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 42 | 0 | 0.28 | 0.81 | 0.13 | 39.55 | 0.72 | 0.52 |
| Hex | DD | A0 | 2A | 0 | 1C | 51 | D | 28 | 48 | 34 |
| Octal | 335 | 240 | 52 | 0 | 34 | 121 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100000 | 101010 | 0 | 11100 | 1010001 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA02A
Complementary color
Monochromatic Colors of #DDA02A
Black with #DDA02A
Text Example
Text Example
White with #DDA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA02A; }
p { color: rgb(221,160,42); }
H1.HeaderClassName
{
color: #DDA02A;
}
.AnyTagClassName
{
color: #DDA02A;
}
</style>
background-color css
<style>
a { background-color: #DDA02A; }
a { background-color: rgb(221,160,42); }
div.DivClassName
{
background-color: #DDA02A;
}
.BgClassName
{
background-color: #DDA02A;
}
</style>
border-color css
<style>
span { border-color: #DDA02A; }
span { border-color: rgb(221,160,42); }
td.TdClassName
{
border-color: #DDA02A;
}
.TagClassName
{
border-color: #DDA02A;
}
</style>