Shades of Galliano #DDA12A
Tints of Galliano #DDA12A
RGB
CMYK
RGB Variations
Color information
#DDA12A (or 0xDDA12A) is known color: Galliano. HEX triplet: DD, A1 and 2A. RGB value is (221,161,42). Sum of RGB (Red+Green+Blue) = 221+161+42=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA12A is #225ED5. Grayscale: #A5A5A5. Windows color (decimal): -2252502 or 2793949. OLE color: 2793949.
HSL color Cylindrical-coordinate representation of color #DDA12A: hue angle of 39.89º 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 #DDA12A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 42 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.13 |
| HSL | 39.89º | 0.72% | 0.52% | - |
| HSV(B) | 39.89º | 0.81% | 0.87% | - |
| XYZ | 42.98 | 41.03 | 7.84 | - |
| YUV | 165.37 | 58.38 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 42 | 0 | 0.27 | 0.81 | 0.13 | 39.89 | 0.72 | 0.52 |
| Hex | DD | A1 | 2A | 0 | 1B | 51 | D | 28 | 48 | 34 |
| Octal | 335 | 241 | 52 | 0 | 33 | 121 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100001 | 101010 | 0 | 11011 | 1010001 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA12A
Complementary color
Monochromatic Colors of #DDA12A
Black with #DDA12A
Text Example
Text Example
White with #DDA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA12A; }
p { color: rgb(221,161,42); }
H1.HeaderClassName
{
color: #DDA12A;
}
.AnyTagClassName
{
color: #DDA12A;
}
</style>
background-color css
<style>
a { background-color: #DDA12A; }
a { background-color: rgb(221,161,42); }
div.DivClassName
{
background-color: #DDA12A;
}
.BgClassName
{
background-color: #DDA12A;
}
</style>
border-color css
<style>
span { border-color: #DDA12A; }
span { border-color: rgb(221,161,42); }
td.TdClassName
{
border-color: #DDA12A;
}
.TagClassName
{
border-color: #DDA12A;
}
</style>