Shades of Galliano #D0981A
Tints of Galliano #D0981A
RGB
CMYK
RGB Variations
Color information
#D0981A (or 0xD0981A) is known color: Galliano. HEX triplet: D0, 98 and 1A. RGB value is (208,152,26). Sum of RGB (Red+Green+Blue) = 208+152+26=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0981A is #2F67E5. Grayscale: #9A9A9A. Windows color (decimal): -3106790 or 1743056. OLE color: 1743056.
HSL color Cylindrical-coordinate representation of color #D0981A: hue angle of 41.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0981A is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 26 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.18 |
| HSL | 41.54º | 0.78% | 0.46% | - |
| HSV(B) | 41.54º | 0.88% | 0.82% | - |
| XYZ | 37.43 | 35.94 | 5.94 | - |
| YUV | 154.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 26 | 0 | 0.27 | 0.88 | 0.18 | 41.54 | 0.78 | 0.46 |
| Hex | D0 | 98 | 1A | 0 | 1B | 58 | 12 | 2A | 4E | 2E |
| Octal | 320 | 230 | 32 | 0 | 33 | 130 | 22 | 52 | 116 | 56 |
| Binary | 11010000 | 10011000 | 11010 | 0 | 11011 | 1011000 | 10010 | 101010 | 1001110 | 101110 |
Color Harmonies of #D0981A
Complementary color
Monochromatic Colors of #D0981A
Black with #D0981A
Text Example
Text Example
White with #D0981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0981A; }
p { color: rgb(208,152,26); }
H1.HeaderClassName
{
color: #D0981A;
}
.AnyTagClassName
{
color: #D0981A;
}
</style>
background-color css
<style>
a { background-color: #D0981A; }
a { background-color: rgb(208,152,26); }
div.DivClassName
{
background-color: #D0981A;
}
.BgClassName
{
background-color: #D0981A;
}
</style>
border-color css
<style>
span { border-color: #D0981A; }
span { border-color: rgb(208,152,26); }
td.TdClassName
{
border-color: #D0981A;
}
.TagClassName
{
border-color: #D0981A;
}
</style>