Shades of Galliano #DDA81C
Tints of Galliano #DDA81C
RGB
CMYK
RGB Variations
Color information
#DDA81C (or 0xDDA81C) is known color: Galliano. HEX triplet: DD, A8 and 1C. RGB value is (221,168,28). Sum of RGB (Red+Green+Blue) = 221+168+28=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA81C is #2257E3. Grayscale: #A8A8A8. Windows color (decimal): -2250724 or 1878237. OLE color: 1878237.
HSL color Cylindrical-coordinate representation of color #DDA81C: hue angle of 43.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA81C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 28 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.13 |
| HSL | 43.52º | 0.78% | 0.49% | - |
| HSV(B) | 43.52º | 0.87% | 0.87% | - |
| XYZ | 44.03 | 43.46 | 7.17 | - |
| YUV | 167.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 28 | 0 | 0.24 | 0.87 | 0.13 | 43.52 | 0.78 | 0.49 |
| Hex | DD | A8 | 1C | 0 | 18 | 57 | D | 2C | 4E | 31 |
| Octal | 335 | 250 | 34 | 0 | 30 | 127 | 15 | 54 | 116 | 61 |
| Binary | 11011101 | 10101000 | 11100 | 0 | 11000 | 1010111 | 1101 | 101100 | 1001110 | 110001 |
Color Harmonies of #DDA81C
Complementary color
Monochromatic Colors of #DDA81C
Black with #DDA81C
Text Example
Text Example
White with #DDA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA81C; }
p { color: rgb(221,168,28); }
H1.HeaderClassName
{
color: #DDA81C;
}
.AnyTagClassName
{
color: #DDA81C;
}
</style>
background-color css
<style>
a { background-color: #DDA81C; }
a { background-color: rgb(221,168,28); }
div.DivClassName
{
background-color: #DDA81C;
}
.BgClassName
{
background-color: #DDA81C;
}
</style>
border-color css
<style>
span { border-color: #DDA81C; }
span { border-color: rgb(221,168,28); }
td.TdClassName
{
border-color: #DDA81C;
}
.TagClassName
{
border-color: #DDA81C;
}
</style>