Shades of Galliano #DDA629
Tints of Galliano #DDA629
RGB
CMYK
RGB Variations
Color information
#DDA629 (or 0xDDA629) is known color: Galliano. HEX triplet: DD, A6 and 29. RGB value is (221,166,41). Sum of RGB (Red+Green+Blue) = 221+166+41=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA629 is #2259D6. Grayscale: #A8A8A8. Windows color (decimal): -2251223 or 2729693. OLE color: 2729693.
HSL color Cylindrical-coordinate representation of color #DDA629: hue angle of 41.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA629 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 41 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.13 |
| HSL | 41.67º | 0.73% | 0.51% | - |
| HSV(B) | 41.67º | 0.81% | 0.87% | - |
| XYZ | 43.86 | 42.8 | 8.05 | - |
| YUV | 168.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 41 | 0 | 0.25 | 0.81 | 0.13 | 41.67 | 0.73 | 0.51 |
| Hex | DD | A6 | 29 | 0 | 19 | 51 | D | 2A | 49 | 33 |
| Octal | 335 | 246 | 51 | 0 | 31 | 121 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100110 | 101001 | 0 | 11001 | 1010001 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA629
Complementary color
Monochromatic Colors of #DDA629
Black with #DDA629
Text Example
Text Example
White with #DDA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA629; }
p { color: rgb(221,166,41); }
H1.HeaderClassName
{
color: #DDA629;
}
.AnyTagClassName
{
color: #DDA629;
}
</style>
background-color css
<style>
a { background-color: #DDA629; }
a { background-color: rgb(221,166,41); }
div.DivClassName
{
background-color: #DDA629;
}
.BgClassName
{
background-color: #DDA629;
}
</style>
border-color css
<style>
span { border-color: #DDA629; }
span { border-color: rgb(221,166,41); }
td.TdClassName
{
border-color: #DDA629;
}
.TagClassName
{
border-color: #DDA629;
}
</style>