Shades of Galliano #DDA51B
Tints of Galliano #DDA51B
RGB
CMYK
RGB Variations
Color information
#DDA51B (or 0xDDA51B) is known color: Galliano. HEX triplet: DD, A5 and 1B. RGB value is (221,165,27). Sum of RGB (Red+Green+Blue) = 221+165+27=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA51B is #225AE4. Grayscale: #A6A6A6. Windows color (decimal): -2251493 or 1811933. OLE color: 1811933.
HSL color Cylindrical-coordinate representation of color #DDA51B: hue angle of 42.68º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA51B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 27 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.13 |
| HSL | 42.68º | 0.78% | 0.49% | - |
| HSV(B) | 42.68º | 0.88% | 0.87% | - |
| XYZ | 43.47 | 42.36 | 6.92 | - |
| YUV | 166.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 27 | 0 | 0.25 | 0.88 | 0.13 | 42.68 | 0.78 | 0.49 |
| Hex | DD | A5 | 1B | 0 | 19 | 58 | D | 2B | 4E | 31 |
| Octal | 335 | 245 | 33 | 0 | 31 | 130 | 15 | 53 | 116 | 61 |
| Binary | 11011101 | 10100101 | 11011 | 0 | 11001 | 1011000 | 1101 | 101011 | 1001110 | 110001 |
Color Harmonies of #DDA51B
Complementary color
Monochromatic Colors of #DDA51B
Black with #DDA51B
Text Example
Text Example
White with #DDA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA51B; }
p { color: rgb(221,165,27); }
H1.HeaderClassName
{
color: #DDA51B;
}
.AnyTagClassName
{
color: #DDA51B;
}
</style>
background-color css
<style>
a { background-color: #DDA51B; }
a { background-color: rgb(221,165,27); }
div.DivClassName
{
background-color: #DDA51B;
}
.BgClassName
{
background-color: #DDA51B;
}
</style>
border-color css
<style>
span { border-color: #DDA51B; }
span { border-color: rgb(221,165,27); }
td.TdClassName
{
border-color: #DDA51B;
}
.TagClassName
{
border-color: #DDA51B;
}
</style>