Shades of Galliano #DDA22B
Tints of Galliano #DDA22B
RGB
CMYK
RGB Variations
Color information
#DDA22B (or 0xDDA22B) is known color: Galliano. HEX triplet: DD, A2 and 2B. RGB value is (221,162,43). Sum of RGB (Red+Green+Blue) = 221+162+43=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA22B is #225DD4. Grayscale: #A6A6A6. Windows color (decimal): -2252245 or 2859741. OLE color: 2859741.
HSL color Cylindrical-coordinate representation of color #DDA22B: hue angle of 40.11º 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 #DDA22B is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 43 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.13 |
| HSL | 40.11º | 0.72% | 0.52% | - |
| HSV(B) | 40.11º | 0.81% | 0.87% | - |
| XYZ | 43.18 | 41.39 | 8 | - |
| YUV | 166.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 43 | 0 | 0.27 | 0.81 | 0.13 | 40.11 | 0.72 | 0.52 |
| Hex | DD | A2 | 2B | 0 | 1B | 51 | D | 28 | 48 | 34 |
| Octal | 335 | 242 | 53 | 0 | 33 | 121 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100010 | 101011 | 0 | 11011 | 1010001 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA22B
Complementary color
Monochromatic Colors of #DDA22B
Black with #DDA22B
Text Example
Text Example
White with #DDA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA22B; }
p { color: rgb(221,162,43); }
H1.HeaderClassName
{
color: #DDA22B;
}
.AnyTagClassName
{
color: #DDA22B;
}
</style>
background-color css
<style>
a { background-color: #DDA22B; }
a { background-color: rgb(221,162,43); }
div.DivClassName
{
background-color: #DDA22B;
}
.BgClassName
{
background-color: #DDA22B;
}
</style>
border-color css
<style>
span { border-color: #DDA22B; }
span { border-color: rgb(221,162,43); }
td.TdClassName
{
border-color: #DDA22B;
}
.TagClassName
{
border-color: #DDA22B;
}
</style>