Shades of Galliano #DDA81B
Tints of Galliano #DDA81B
RGB
CMYK
RGB Variations
Color information
#DDA81B (or 0xDDA81B) is known color: Galliano. HEX triplet: DD, A8 and 1B. RGB value is (221,168,27). Sum of RGB (Red+Green+Blue) = 221+168+27=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA81B is #2257E4. Grayscale: #A8A8A8. Windows color (decimal): -2250725 or 1812701. OLE color: 1812701.
HSL color Cylindrical-coordinate representation of color #DDA81B: hue angle of 43.61º 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 #DDA81B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 27 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.13 |
| HSL | 43.61º | 0.78% | 0.49% | - |
| HSV(B) | 43.61º | 0.88% | 0.87% | - |
| XYZ | 44.02 | 43.46 | 7.1 | - |
| YUV | 167.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 27 | 0 | 0.24 | 0.88 | 0.13 | 43.61 | 0.78 | 0.49 |
| Hex | DD | A8 | 1B | 0 | 18 | 58 | D | 2C | 4E | 31 |
| Octal | 335 | 250 | 33 | 0 | 30 | 130 | 15 | 54 | 116 | 61 |
| Binary | 11011101 | 10101000 | 11011 | 0 | 11000 | 1011000 | 1101 | 101100 | 1001110 | 110001 |
Color Harmonies of #DDA81B
Complementary color
Monochromatic Colors of #DDA81B
Black with #DDA81B
Text Example
Text Example
White with #DDA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA81B; }
p { color: rgb(221,168,27); }
H1.HeaderClassName
{
color: #DDA81B;
}
.AnyTagClassName
{
color: #DDA81B;
}
</style>
background-color css
<style>
a { background-color: #DDA81B; }
a { background-color: rgb(221,168,27); }
div.DivClassName
{
background-color: #DDA81B;
}
.BgClassName
{
background-color: #DDA81B;
}
</style>
border-color css
<style>
span { border-color: #DDA81B; }
span { border-color: rgb(221,168,27); }
td.TdClassName
{
border-color: #DDA81B;
}
.TagClassName
{
border-color: #DDA81B;
}
</style>