Shades of Galliano #DDA61A
Tints of Galliano #DDA61A
RGB
CMYK
RGB Variations
Color information
#DDA61A (or 0xDDA61A) is known color: Galliano. HEX triplet: DD, A6 and 1A. RGB value is (221,166,26). Sum of RGB (Red+Green+Blue) = 221+166+26=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61A is #2259E5. Grayscale: #A7A7A7. Windows color (decimal): -2251238 or 1746653. OLE color: 1746653.
HSL color Cylindrical-coordinate representation of color #DDA61A: hue angle of 43.08º 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 #DDA61A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.13 |
| HSL | 43.08º | 0.79% | 0.48% | - |
| HSV(B) | 43.08º | 0.88% | 0.87% | - |
| XYZ | 43.64 | 42.72 | 6.92 | - |
| YUV | 166.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 26 | 0 | 0.25 | 0.88 | 0.13 | 43.08 | 0.79 | 0.48 |
| Hex | DD | A6 | 1A | 0 | 19 | 58 | D | 2B | 4F | 30 |
| Octal | 335 | 246 | 32 | 0 | 31 | 130 | 15 | 53 | 117 | 60 |
| Binary | 11011101 | 10100110 | 11010 | 0 | 11001 | 1011000 | 1101 | 101011 | 1001111 | 110000 |
Color Harmonies of #DDA61A
Complementary color
Monochromatic Colors of #DDA61A
Black with #DDA61A
Text Example
Text Example
White with #DDA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA61A; }
p { color: rgb(221,166,26); }
H1.HeaderClassName
{
color: #DDA61A;
}
.AnyTagClassName
{
color: #DDA61A;
}
</style>
background-color css
<style>
a { background-color: #DDA61A; }
a { background-color: rgb(221,166,26); }
div.DivClassName
{
background-color: #DDA61A;
}
.BgClassName
{
background-color: #DDA61A;
}
</style>
border-color css
<style>
span { border-color: #DDA61A; }
span { border-color: rgb(221,166,26); }
td.TdClassName
{
border-color: #DDA61A;
}
.TagClassName
{
border-color: #DDA61A;
}
</style>