Shades of Galliano #DDA92F
Tints of Galliano #DDA92F
RGB
CMYK
RGB Variations
Color information
#DDA92F (or 0xDDA92F) is known color: Galliano. HEX triplet: DD, A9 and 2F. RGB value is (221,169,47). Sum of RGB (Red+Green+Blue) = 221+169+47=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA92F is #2256D0. Grayscale: #ABABAB. Windows color (decimal): -2250449 or 3123677. OLE color: 3123677.
HSL color Cylindrical-coordinate representation of color #DDA92F: hue angle of 42.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDA92F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 47 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.13 |
| HSL | 42.07º | 0.72% | 0.53% | - |
| HSV(B) | 42.07º | 0.79% | 0.87% | - |
| XYZ | 44.52 | 43.95 | 8.83 | - |
| YUV | 170.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 47 | 0 | 0.24 | 0.79 | 0.13 | 42.07 | 0.72 | 0.53 |
| Hex | DD | A9 | 2F | 0 | 18 | 4F | D | 2A | 48 | 35 |
| Octal | 335 | 251 | 57 | 0 | 30 | 117 | 15 | 52 | 110 | 65 |
| Binary | 11011101 | 10101001 | 101111 | 0 | 11000 | 1001111 | 1101 | 101010 | 1001000 | 110101 |
Color Harmonies of #DDA92F
Complementary color
Monochromatic Colors of #DDA92F
Black with #DDA92F
Text Example
Text Example
White with #DDA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA92F; }
p { color: rgb(221,169,47); }
H1.HeaderClassName
{
color: #DDA92F;
}
.AnyTagClassName
{
color: #DDA92F;
}
</style>
background-color css
<style>
a { background-color: #DDA92F; }
a { background-color: rgb(221,169,47); }
div.DivClassName
{
background-color: #DDA92F;
}
.BgClassName
{
background-color: #DDA92F;
}
</style>
border-color css
<style>
span { border-color: #DDA92F; }
span { border-color: rgb(221,169,47); }
td.TdClassName
{
border-color: #DDA92F;
}
.TagClassName
{
border-color: #DDA92F;
}
</style>