Shades of Galliano #DDA42E
Tints of Galliano #DDA42E
RGB
CMYK
RGB Variations
Color information
#DDA42E (or 0xDDA42E) is known color: Galliano. HEX triplet: DD, A4 and 2E. RGB value is (221,164,46). Sum of RGB (Red+Green+Blue) = 221+164+46=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42E is #225BD1. Grayscale: #A8A8A8. Windows color (decimal): -2251730 or 3056861. OLE color: 3056861.
HSL color Cylindrical-coordinate representation of color #DDA42E: hue angle of 40.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA42E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 46 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.13 |
| HSL | 40.46º | 0.72% | 0.52% | - |
| HSV(B) | 40.46º | 0.79% | 0.87% | - |
| XYZ | 43.59 | 42.12 | 8.42 | - |
| YUV | 167.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 46 | 0 | 0.26 | 0.79 | 0.13 | 40.46 | 0.72 | 0.52 |
| Hex | DD | A4 | 2E | 0 | 1A | 4F | D | 28 | 48 | 34 |
| Octal | 335 | 244 | 56 | 0 | 32 | 117 | 15 | 50 | 110 | 64 |
| Binary | 11011101 | 10100100 | 101110 | 0 | 11010 | 1001111 | 1101 | 101000 | 1001000 | 110100 |
Color Harmonies of #DDA42E
Complementary color
Monochromatic Colors of #DDA42E
Black with #DDA42E
Text Example
Text Example
White with #DDA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA42E; }
p { color: rgb(221,164,46); }
H1.HeaderClassName
{
color: #DDA42E;
}
.AnyTagClassName
{
color: #DDA42E;
}
</style>
background-color css
<style>
a { background-color: #DDA42E; }
a { background-color: rgb(221,164,46); }
div.DivClassName
{
background-color: #DDA42E;
}
.BgClassName
{
background-color: #DDA42E;
}
</style>
border-color css
<style>
span { border-color: #DDA42E; }
span { border-color: rgb(221,164,46); }
td.TdClassName
{
border-color: #DDA42E;
}
.TagClassName
{
border-color: #DDA42E;
}
</style>