Shades of Galliano #DDA92A
Tints of Galliano #DDA92A
RGB
CMYK
RGB Variations
Color information
#DDA92A (or 0xDDA92A) is known color: Galliano. HEX triplet: DD, A9 and 2A. RGB value is (221,169,42). Sum of RGB (Red+Green+Blue) = 221+169+42=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA92A is #2256D5. Grayscale: #AAAAAA. Windows color (decimal): -2250454 or 2795997. OLE color: 2795997.
HSL color Cylindrical-coordinate representation of color #DDA92A: hue angle of 42.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA92A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.13 |
| HSL | 42.57º | 0.72% | 0.52% | - |
| HSV(B) | 42.57º | 0.81% | 0.87% | - |
| XYZ | 44.42 | 43.92 | 8.33 | - |
| YUV | 170.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 42 | 0 | 0.24 | 0.81 | 0.13 | 42.57 | 0.72 | 0.52 |
| Hex | DD | A9 | 2A | 0 | 18 | 51 | D | 2B | 48 | 34 |
| Octal | 335 | 251 | 52 | 0 | 30 | 121 | 15 | 53 | 110 | 64 |
| Binary | 11011101 | 10101001 | 101010 | 0 | 11000 | 1010001 | 1101 | 101011 | 1001000 | 110100 |
Color Harmonies of #DDA92A
Complementary color
Monochromatic Colors of #DDA92A
Black with #DDA92A
Text Example
Text Example
White with #DDA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA92A; }
p { color: rgb(221,169,42); }
H1.HeaderClassName
{
color: #DDA92A;
}
.AnyTagClassName
{
color: #DDA92A;
}
</style>
background-color css
<style>
a { background-color: #DDA92A; }
a { background-color: rgb(221,169,42); }
div.DivClassName
{
background-color: #DDA92A;
}
.BgClassName
{
background-color: #DDA92A;
}
</style>
border-color css
<style>
span { border-color: #DDA92A; }
span { border-color: rgb(221,169,42); }
td.TdClassName
{
border-color: #DDA92A;
}
.TagClassName
{
border-color: #DDA92A;
}
</style>