Shades of Galliano #DDA423
Tints of Galliano #DDA423
RGB
CMYK
RGB Variations
Color information
#DDA423 (or 0xDDA423) is known color: Galliano. HEX triplet: DD, A4 and 23. RGB value is (221,164,35). Sum of RGB (Red+Green+Blue) = 221+164+35=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA423 is #225BDC. Grayscale: #A6A6A6. Windows color (decimal): -2251741 or 2335965. OLE color: 2335965.
HSL color Cylindrical-coordinate representation of color #DDA423: hue angle of 41.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA423 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 35 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.13 |
| HSL | 41.61º | 0.73% | 0.5% | - |
| HSV(B) | 41.61º | 0.84% | 0.87% | - |
| XYZ | 43.4 | 42.04 | 7.42 | - |
| YUV | 166.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 35 | 0 | 0.26 | 0.84 | 0.13 | 41.61 | 0.73 | 0.5 |
| Hex | DD | A4 | 23 | 0 | 1A | 54 | D | 2A | 49 | 32 |
| Octal | 335 | 244 | 43 | 0 | 32 | 124 | 15 | 52 | 111 | 62 |
| Binary | 11011101 | 10100100 | 100011 | 0 | 11010 | 1010100 | 1101 | 101010 | 1001001 | 110010 |
Color Harmonies of #DDA423
Complementary color
Monochromatic Colors of #DDA423
Black with #DDA423
Text Example
Text Example
White with #DDA423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA423; }
p { color: rgb(221,164,35); }
H1.HeaderClassName
{
color: #DDA423;
}
.AnyTagClassName
{
color: #DDA423;
}
</style>
background-color css
<style>
a { background-color: #DDA423; }
a { background-color: rgb(221,164,35); }
div.DivClassName
{
background-color: #DDA423;
}
.BgClassName
{
background-color: #DDA423;
}
</style>
border-color css
<style>
span { border-color: #DDA423; }
span { border-color: rgb(221,164,35); }
td.TdClassName
{
border-color: #DDA423;
}
.TagClassName
{
border-color: #DDA423;
}
</style>