Shades of Galliano #DDA21D
Tints of Galliano #DDA21D
RGB
CMYK
RGB Variations
Color information
#DDA21D (or 0xDDA21D) is known color: Galliano. HEX triplet: DD, A2 and 1D. RGB value is (221,162,29). Sum of RGB (Red+Green+Blue) = 221+162+29=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21D is #225DE2. Grayscale: #A5A5A5. Windows color (decimal): -2252259 or 1942237. OLE color: 1942237.
HSL color Cylindrical-coordinate representation of color #DDA21D: hue angle of 41.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA21D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 29 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.13 |
| HSL | 41.56º | 0.77% | 0.49% | - |
| HSV(B) | 41.56º | 0.87% | 0.87% | - |
| XYZ | 42.96 | 41.3 | 6.87 | - |
| YUV | 164.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 29 | 0 | 0.27 | 0.87 | 0.13 | 41.56 | 0.77 | 0.49 |
| Hex | DD | A2 | 1D | 0 | 1B | 57 | D | 2A | 4D | 31 |
| Octal | 335 | 242 | 35 | 0 | 33 | 127 | 15 | 52 | 115 | 61 |
| Binary | 11011101 | 10100010 | 11101 | 0 | 11011 | 1010111 | 1101 | 101010 | 1001101 | 110001 |
Color Harmonies of #DDA21D
Complementary color
Monochromatic Colors of #DDA21D
Black with #DDA21D
Text Example
Text Example
White with #DDA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA21D; }
p { color: rgb(221,162,29); }
H1.HeaderClassName
{
color: #DDA21D;
}
.AnyTagClassName
{
color: #DDA21D;
}
</style>
background-color css
<style>
a { background-color: #DDA21D; }
a { background-color: rgb(221,162,29); }
div.DivClassName
{
background-color: #DDA21D;
}
.BgClassName
{
background-color: #DDA21D;
}
</style>
border-color css
<style>
span { border-color: #DDA21D; }
span { border-color: rgb(221,162,29); }
td.TdClassName
{
border-color: #DDA21D;
}
.TagClassName
{
border-color: #DDA21D;
}
</style>