Shades of Galliano #DDA51A
Tints of Galliano #DDA51A
RGB
CMYK
RGB Variations
Color information
#DDA51A (or 0xDDA51A) is known color: Galliano. HEX triplet: DD, A5 and 1A. RGB value is (221,165,26). Sum of RGB (Red+Green+Blue) = 221+165+26=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA51A is #225AE5. Grayscale: #A6A6A6. Windows color (decimal): -2251494 or 1746397. OLE color: 1746397.
HSL color Cylindrical-coordinate representation of color #DDA51A: hue angle of 42.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA51A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.13 |
| HSL | 42.77º | 0.79% | 0.48% | - |
| HSV(B) | 42.77º | 0.88% | 0.87% | - |
| XYZ | 43.46 | 42.36 | 6.86 | - |
| YUV | 165.9 | 49.05 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 26 | 0 | 0.25 | 0.88 | 0.13 | 42.77 | 0.79 | 0.48 |
| Hex | DD | A5 | 1A | 0 | 19 | 58 | D | 2B | 4F | 30 |
| Octal | 335 | 245 | 32 | 0 | 31 | 130 | 15 | 53 | 117 | 60 |
| Binary | 11011101 | 10100101 | 11010 | 0 | 11001 | 1011000 | 1101 | 101011 | 1001111 | 110000 |
Color Harmonies of #DDA51A
Complementary color
Monochromatic Colors of #DDA51A
Black with #DDA51A
Text Example
Text Example
White with #DDA51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA51A; }
p { color: rgb(221,165,26); }
H1.HeaderClassName
{
color: #DDA51A;
}
.AnyTagClassName
{
color: #DDA51A;
}
</style>
background-color css
<style>
a { background-color: #DDA51A; }
a { background-color: rgb(221,165,26); }
div.DivClassName
{
background-color: #DDA51A;
}
.BgClassName
{
background-color: #DDA51A;
}
</style>
border-color css
<style>
span { border-color: #DDA51A; }
span { border-color: rgb(221,165,26); }
td.TdClassName
{
border-color: #DDA51A;
}
.TagClassName
{
border-color: #DDA51A;
}
</style>