Shades of Galliano #DDA527
Tints of Galliano #DDA527
RGB
CMYK
RGB Variations
Color information
#DDA527 (or 0xDDA527) is known color: Galliano. HEX triplet: DD, A5 and 27. RGB value is (221,165,39). Sum of RGB (Red+Green+Blue) = 221+165+39=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA527 is #225AD8. Grayscale: #A7A7A7. Windows color (decimal): -2251481 or 2598365. OLE color: 2598365.
HSL color Cylindrical-coordinate representation of color #DDA527: hue angle of 41.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA527 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 39 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.13 |
| HSL | 41.54º | 0.73% | 0.51% | - |
| HSV(B) | 41.54º | 0.82% | 0.87% | - |
| XYZ | 43.64 | 42.43 | 7.81 | - |
| YUV | 167.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 39 | 0 | 0.25 | 0.82 | 0.13 | 41.54 | 0.73 | 0.51 |
| Hex | DD | A5 | 27 | 0 | 19 | 52 | D | 2A | 49 | 33 |
| Octal | 335 | 245 | 47 | 0 | 31 | 122 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100101 | 100111 | 0 | 11001 | 1010010 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA527
Complementary color
Monochromatic Colors of #DDA527
Black with #DDA527
Text Example
Text Example
White with #DDA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA527; }
p { color: rgb(221,165,39); }
H1.HeaderClassName
{
color: #DDA527;
}
.AnyTagClassName
{
color: #DDA527;
}
</style>
background-color css
<style>
a { background-color: #DDA527; }
a { background-color: rgb(221,165,39); }
div.DivClassName
{
background-color: #DDA527;
}
.BgClassName
{
background-color: #DDA527;
}
</style>
border-color css
<style>
span { border-color: #DDA527; }
span { border-color: rgb(221,165,39); }
td.TdClassName
{
border-color: #DDA527;
}
.TagClassName
{
border-color: #DDA527;
}
</style>