Shades of Galliano #DDA92D
Tints of Galliano #DDA92D
RGB
CMYK
RGB Variations
Color information
#DDA92D (or 0xDDA92D) is known color: Galliano. HEX triplet: DD, A9 and 2D. RGB value is (221,169,45). Sum of RGB (Red+Green+Blue) = 221+169+45=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA92D is #2256D2. Grayscale: #AAAAAA. Windows color (decimal): -2250451 or 2992605. OLE color: 2992605.
HSL color Cylindrical-coordinate representation of color #DDA92D: hue angle of 42.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA92D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 45 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.13 |
| HSL | 42.27º | 0.72% | 0.52% | - |
| HSV(B) | 42.27º | 0.8% | 0.87% | - |
| XYZ | 44.48 | 43.94 | 8.62 | - |
| YUV | 170.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 45 | 0 | 0.24 | 0.80 | 0.13 | 42.27 | 0.72 | 0.52 |
| Hex | DD | A9 | 2D | 0 | 18 | 50 | D | 2A | 48 | 34 |
| Octal | 335 | 251 | 55 | 0 | 30 | 120 | 15 | 52 | 110 | 64 |
| Binary | 11011101 | 10101001 | 101101 | 0 | 11000 | 1010000 | 1101 | 101010 | 1001000 | 110100 |
Color Harmonies of #DDA92D
Complementary color
Monochromatic Colors of #DDA92D
Black with #DDA92D
Text Example
Text Example
White with #DDA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA92D; }
p { color: rgb(221,169,45); }
H1.HeaderClassName
{
color: #DDA92D;
}
.AnyTagClassName
{
color: #DDA92D;
}
</style>
background-color css
<style>
a { background-color: #DDA92D; }
a { background-color: rgb(221,169,45); }
div.DivClassName
{
background-color: #DDA92D;
}
.BgClassName
{
background-color: #DDA92D;
}
</style>
border-color css
<style>
span { border-color: #DDA92D; }
span { border-color: rgb(221,169,45); }
td.TdClassName
{
border-color: #DDA92D;
}
.TagClassName
{
border-color: #DDA92D;
}
</style>