Shades of Galliano #D0991A
Tints of Galliano #D0991A
RGB
CMYK
RGB Variations
Color information
#D0991A (or 0xD0991A) is known color: Galliano. HEX triplet: D0, 99 and 1A. RGB value is (208,153,26). Sum of RGB (Red+Green+Blue) = 208+153+26=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0991A is #2F66E5. Grayscale: #9B9B9B. Windows color (decimal): -3106534 or 1743312. OLE color: 1743312.
HSL color Cylindrical-coordinate representation of color #D0991A: hue angle of 41.87º 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 #D0991A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 26 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.18 |
| HSL | 41.87º | 0.78% | 0.46% | - |
| HSV(B) | 41.87º | 0.88% | 0.82% | - |
| XYZ | 37.59 | 36.27 | 6 | - |
| YUV | 154.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 26 | 0 | 0.26 | 0.88 | 0.18 | 41.87 | 0.78 | 0.46 |
| Hex | D0 | 99 | 1A | 0 | 1A | 58 | 12 | 2A | 4E | 2E |
| Octal | 320 | 231 | 32 | 0 | 32 | 130 | 22 | 52 | 116 | 56 |
| Binary | 11010000 | 10011001 | 11010 | 0 | 11010 | 1011000 | 10010 | 101010 | 1001110 | 101110 |
Color Harmonies of #D0991A
Complementary color
Monochromatic Colors of #D0991A
Black with #D0991A
Text Example
Text Example
White with #D0991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0991A; }
p { color: rgb(208,153,26); }
H1.HeaderClassName
{
color: #D0991A;
}
.AnyTagClassName
{
color: #D0991A;
}
</style>
background-color css
<style>
a { background-color: #D0991A; }
a { background-color: rgb(208,153,26); }
div.DivClassName
{
background-color: #D0991A;
}
.BgClassName
{
background-color: #D0991A;
}
</style>
border-color css
<style>
span { border-color: #D0991A; }
span { border-color: rgb(208,153,26); }
td.TdClassName
{
border-color: #D0991A;
}
.TagClassName
{
border-color: #D0991A;
}
</style>