Shades of Galliano #DDA430
Tints of Galliano #DDA430
RGB
CMYK
RGB Variations
Color information
#DDA430 (or 0xDDA430) is known color: Galliano. HEX triplet: DD, A4 and 30. RGB value is (221,164,48). Sum of RGB (Red+Green+Blue) = 221+164+48=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA430 is #225BCF. Grayscale: #A8A8A8. Windows color (decimal): -2251728 or 3187933. OLE color: 3187933.
HSL color Cylindrical-coordinate representation of color #DDA430: hue angle of 40.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDA430 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 48 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.13 |
| HSL | 40.23º | 0.72% | 0.53% | - |
| HSV(B) | 40.23º | 0.78% | 0.87% | - |
| XYZ | 43.63 | 42.14 | 8.63 | - |
| YUV | 167.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 48 | 0 | 0.26 | 0.78 | 0.13 | 40.23 | 0.72 | 0.53 |
| Hex | DD | A4 | 30 | 0 | 1A | 4E | D | 28 | 48 | 35 |
| Octal | 335 | 244 | 60 | 0 | 32 | 116 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100100 | 110000 | 0 | 11010 | 1001110 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA430
Complementary color
Monochromatic Colors of #DDA430
Black with #DDA430
Text Example
Text Example
White with #DDA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA430; }
p { color: rgb(221,164,48); }
H1.HeaderClassName
{
color: #DDA430;
}
.AnyTagClassName
{
color: #DDA430;
}
</style>
background-color css
<style>
a { background-color: #DDA430; }
a { background-color: rgb(221,164,48); }
div.DivClassName
{
background-color: #DDA430;
}
.BgClassName
{
background-color: #DDA430;
}
</style>
border-color css
<style>
span { border-color: #DDA430; }
span { border-color: rgb(221,164,48); }
td.TdClassName
{
border-color: #DDA430;
}
.TagClassName
{
border-color: #DDA430;
}
</style>