Shades of Galliano #DDA523
Tints of Galliano #DDA523
RGB
CMYK
RGB Variations
Color information
#DDA523 (or 0xDDA523) is known color: Galliano. HEX triplet: DD, A5 and 23. RGB value is (221,165,35). Sum of RGB (Red+Green+Blue) = 221+165+35=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA523 is #225ADC. Grayscale: #A7A7A7. Windows color (decimal): -2251485 or 2336221. OLE color: 2336221.
HSL color Cylindrical-coordinate representation of color #DDA523: hue angle of 41.94º 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 #DDA523 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 35 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.13 |
| HSL | 41.94º | 0.73% | 0.5% | - |
| HSV(B) | 41.94º | 0.84% | 0.87% | - |
| XYZ | 43.58 | 42.4 | 7.48 | - |
| YUV | 166.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 35 | 0 | 0.25 | 0.84 | 0.13 | 41.94 | 0.73 | 0.5 |
| Hex | DD | A5 | 23 | 0 | 19 | 54 | D | 2A | 49 | 32 |
| Octal | 335 | 245 | 43 | 0 | 31 | 124 | 15 | 52 | 111 | 62 |
| Binary | 11011101 | 10100101 | 100011 | 0 | 11001 | 1010100 | 1101 | 101010 | 1001001 | 110010 |
Color Harmonies of #DDA523
Complementary color
Monochromatic Colors of #DDA523
Black with #DDA523
Text Example
Text Example
White with #DDA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA523; }
p { color: rgb(221,165,35); }
H1.HeaderClassName
{
color: #DDA523;
}
.AnyTagClassName
{
color: #DDA523;
}
</style>
background-color css
<style>
a { background-color: #DDA523; }
a { background-color: rgb(221,165,35); }
div.DivClassName
{
background-color: #DDA523;
}
.BgClassName
{
background-color: #DDA523;
}
</style>
border-color css
<style>
span { border-color: #DDA523; }
span { border-color: rgb(221,165,35); }
td.TdClassName
{
border-color: #DDA523;
}
.TagClassName
{
border-color: #DDA523;
}
</style>