Shades of Galliano #D1AD28
Tints of Galliano #D1AD28
RGB
CMYK
RGB Variations
Color information
#D1AD28 (or 0xD1AD28) is known color: Galliano. HEX triplet: D1, AD and 28. RGB value is (209,173,40). Sum of RGB (Red+Green+Blue) = 209+173+40=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD28 is #2E52D7. Grayscale: #A9A9A9. Windows color (decimal): -3035864 or 2665937. OLE color: 2665937.
HSL color Cylindrical-coordinate representation of color #D1AD28: hue angle of 47.22º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1AD28 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 40 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.18 |
| HSL | 47.22º | 0.68% | 0.49% | - |
| HSV(B) | 47.22º | 0.81% | 0.82% | - |
| XYZ | 41.62 | 43.6 | 8.23 | - |
| YUV | 168.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 40 | 0 | 0.17 | 0.81 | 0.18 | 47.22 | 0.68 | 0.49 |
| Hex | D1 | AD | 28 | 0 | 11 | 51 | 12 | 2F | 44 | 31 |
| Octal | 321 | 255 | 50 | 0 | 21 | 121 | 22 | 57 | 104 | 61 |
| Binary | 11010001 | 10101101 | 101000 | 0 | 10001 | 1010001 | 10010 | 101111 | 1000100 | 110001 |
Color Harmonies of #D1AD28
Complementary color
Monochromatic Colors of #D1AD28
Black with #D1AD28
Text Example
Text Example
White with #D1AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD28; }
p { color: rgb(209,173,40); }
H1.HeaderClassName
{
color: #D1AD28;
}
.AnyTagClassName
{
color: #D1AD28;
}
</style>
background-color css
<style>
a { background-color: #D1AD28; }
a { background-color: rgb(209,173,40); }
div.DivClassName
{
background-color: #D1AD28;
}
.BgClassName
{
background-color: #D1AD28;
}
</style>
border-color css
<style>
span { border-color: #D1AD28; }
span { border-color: rgb(209,173,40); }
td.TdClassName
{
border-color: #D1AD28;
}
.TagClassName
{
border-color: #D1AD28;
}
</style>