Shades of Galliano #DDAC21
Tints of Galliano #DDAC21
RGB
CMYK
RGB Variations
Color information
#DDAC21 (or 0xDDAC21) is known color: Galliano. HEX triplet: DD, AC and 21. RGB value is (221,172,33). Sum of RGB (Red+Green+Blue) = 221+172+33=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC21 is #2253DE. Grayscale: #ABABAB. Windows color (decimal): -2249695 or 2206941. OLE color: 2206941.
HSL color Cylindrical-coordinate representation of color #DDAC21: hue angle of 44.36º degrees, saturation: 0.74, 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 #DDAC21 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 33 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.13 |
| HSL | 44.36º | 0.74% | 0.5% | - |
| HSV(B) | 44.36º | 0.85% | 0.87% | - |
| XYZ | 44.85 | 44.99 | 7.76 | - |
| YUV | 170.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 33 | 0 | 0.22 | 0.85 | 0.13 | 44.36 | 0.74 | 0.5 |
| Hex | DD | AC | 21 | 0 | 16 | 55 | D | 2C | 4A | 32 |
| Octal | 335 | 254 | 41 | 0 | 26 | 125 | 15 | 54 | 112 | 62 |
| Binary | 11011101 | 10101100 | 100001 | 0 | 10110 | 1010101 | 1101 | 101100 | 1001010 | 110010 |
Color Harmonies of #DDAC21
Complementary color
Monochromatic Colors of #DDAC21
Black with #DDAC21
Text Example
Text Example
White with #DDAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC21; }
p { color: rgb(221,172,33); }
H1.HeaderClassName
{
color: #DDAC21;
}
.AnyTagClassName
{
color: #DDAC21;
}
</style>
background-color css
<style>
a { background-color: #DDAC21; }
a { background-color: rgb(221,172,33); }
div.DivClassName
{
background-color: #DDAC21;
}
.BgClassName
{
background-color: #DDAC21;
}
</style>
border-color css
<style>
span { border-color: #DDAC21; }
span { border-color: rgb(221,172,33); }
td.TdClassName
{
border-color: #DDAC21;
}
.TagClassName
{
border-color: #DDAC21;
}
</style>