Shades of Galliano #DDA21A
Tints of Galliano #DDA21A
RGB
CMYK
RGB Variations
Color information
#DDA21A (or 0xDDA21A) is known color: Galliano. HEX triplet: DD, A2 and 1A. RGB value is (221,162,26). Sum of RGB (Red+Green+Blue) = 221+162+26=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA21A is #225DE5. Grayscale: #A4A4A4. Windows color (decimal): -2252262 or 1745629. OLE color: 1745629.
HSL color Cylindrical-coordinate representation of color #DDA21A: hue angle of 41.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA21A is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 26 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.85º | 0.79% | 0.48% | - |
| HSV(B) | 41.85º | 0.88% | 0.87% | - |
| XYZ | 42.93 | 41.29 | 6.68 | - |
| YUV | 164.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 26 | 0 | 0.27 | 0.88 | 0.13 | 41.85 | 0.79 | 0.48 |
| Hex | DD | A2 | 1A | 0 | 1B | 58 | D | 2A | 4F | 30 |
| Octal | 335 | 242 | 32 | 0 | 33 | 130 | 15 | 52 | 117 | 60 |
| Binary | 11011101 | 10100010 | 11010 | 0 | 11011 | 1011000 | 1101 | 101010 | 1001111 | 110000 |
Color Harmonies of #DDA21A
Complementary color
Monochromatic Colors of #DDA21A
Black with #DDA21A
Text Example
Text Example
White with #DDA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA21A; }
p { color: rgb(221,162,26); }
H1.HeaderClassName
{
color: #DDA21A;
}
.AnyTagClassName
{
color: #DDA21A;
}
</style>
background-color css
<style>
a { background-color: #DDA21A; }
a { background-color: rgb(221,162,26); }
div.DivClassName
{
background-color: #DDA21A;
}
.BgClassName
{
background-color: #DDA21A;
}
</style>
border-color css
<style>
span { border-color: #DDA21A; }
span { border-color: rgb(221,162,26); }
td.TdClassName
{
border-color: #DDA21A;
}
.TagClassName
{
border-color: #DDA21A;
}
</style>