Shades of Galliano #DDA51E
Tints of Galliano #DDA51E
RGB
CMYK
RGB Variations
Color information
#DDA51E (or 0xDDA51E) is known color: Galliano. HEX triplet: DD, A5 and 1E. RGB value is (221,165,30). Sum of RGB (Red+Green+Blue) = 221+165+30=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA51E is #225AE1. Grayscale: #A6A6A6. Windows color (decimal): -2251490 or 2008541. OLE color: 2008541.
HSL color Cylindrical-coordinate representation of color #DDA51E: hue angle of 42.41º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDA51E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 30 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.13 |
| HSL | 42.41º | 0.76% | 0.49% | - |
| HSV(B) | 42.41º | 0.86% | 0.87% | - |
| XYZ | 43.51 | 42.38 | 7.11 | - |
| YUV | 166.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 30 | 0 | 0.25 | 0.86 | 0.13 | 42.41 | 0.76 | 0.49 |
| Hex | DD | A5 | 1E | 0 | 19 | 56 | D | 2A | 4C | 31 |
| Octal | 335 | 245 | 36 | 0 | 31 | 126 | 15 | 52 | 114 | 61 |
| Binary | 11011101 | 10100101 | 11110 | 0 | 11001 | 1010110 | 1101 | 101010 | 1001100 | 110001 |
Color Harmonies of #DDA51E
Complementary color
Monochromatic Colors of #DDA51E
Black with #DDA51E
Text Example
Text Example
White with #DDA51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA51E; }
p { color: rgb(221,165,30); }
H1.HeaderClassName
{
color: #DDA51E;
}
.AnyTagClassName
{
color: #DDA51E;
}
</style>
background-color css
<style>
a { background-color: #DDA51E; }
a { background-color: rgb(221,165,30); }
div.DivClassName
{
background-color: #DDA51E;
}
.BgClassName
{
background-color: #DDA51E;
}
</style>
border-color css
<style>
span { border-color: #DDA51E; }
span { border-color: rgb(221,165,30); }
td.TdClassName
{
border-color: #DDA51E;
}
.TagClassName
{
border-color: #DDA51E;
}
</style>