Shades of Galliano #D09A15
Tints of Galliano #D09A15
RGB
CMYK
RGB Variations
Color information
#D09A15 (or 0xD09A15) is known color: Galliano. HEX triplet: D0, 9A and 15. RGB value is (208,154,21). Sum of RGB (Red+Green+Blue) = 208+154+21=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A15 is #2F65EA. Grayscale: #9B9B9B. Windows color (decimal): -3106283 or 1415888. OLE color: 1415888.
HSL color Cylindrical-coordinate representation of color #D09A15: hue angle of 42.67º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D09A15 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.18 |
| HSL | 42.67º | 0.82% | 0.45% | - |
| HSV(B) | 42.67º | 0.9% | 0.82% | - |
| XYZ | 37.7 | 36.58 | 5.78 | - |
| YUV | 154.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 21 | 0 | 0.26 | 0.90 | 0.18 | 42.67 | 0.82 | 0.45 |
| Hex | D0 | 9A | 15 | 0 | 1A | 5A | 12 | 2B | 52 | 2D |
| Octal | 320 | 232 | 25 | 0 | 32 | 132 | 22 | 53 | 122 | 55 |
| Binary | 11010000 | 10011010 | 10101 | 0 | 11010 | 1011010 | 10010 | 101011 | 1010010 | 101101 |
Color Harmonies of #D09A15
Complementary color
Monochromatic Colors of #D09A15
Black with #D09A15
Text Example
Text Example
White with #D09A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A15; }
p { color: rgb(208,154,21); }
H1.HeaderClassName
{
color: #D09A15;
}
.AnyTagClassName
{
color: #D09A15;
}
</style>
background-color css
<style>
a { background-color: #D09A15; }
a { background-color: rgb(208,154,21); }
div.DivClassName
{
background-color: #D09A15;
}
.BgClassName
{
background-color: #D09A15;
}
</style>
border-color css
<style>
span { border-color: #D09A15; }
span { border-color: rgb(208,154,21); }
td.TdClassName
{
border-color: #D09A15;
}
.TagClassName
{
border-color: #D09A15;
}
</style>