Shades of Galliano #D2991C
Tints of Galliano #D2991C
RGB
CMYK
RGB Variations
Color information
#D2991C (or 0xD2991C) is known color: Galliano. HEX triplet: D2, 99 and 1C. RGB value is (210,153,28). Sum of RGB (Red+Green+Blue) = 210+153+28=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2991C is #2D66E3. Grayscale: #9C9C9C. Windows color (decimal): -2975460 or 1874386. OLE color: 1874386.
HSL color Cylindrical-coordinate representation of color #D2991C: hue angle of 41.21º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2991C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 28 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.18 |
| HSL | 41.21º | 0.76% | 0.47% | - |
| HSV(B) | 41.21º | 0.87% | 0.82% | - |
| XYZ | 38.18 | 36.57 | 6.14 | - |
| YUV | 155.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 28 | 0 | 0.27 | 0.87 | 0.18 | 41.21 | 0.76 | 0.47 |
| Hex | D2 | 99 | 1C | 0 | 1B | 57 | 12 | 29 | 4C | 2F |
| Octal | 322 | 231 | 34 | 0 | 33 | 127 | 22 | 51 | 114 | 57 |
| Binary | 11010010 | 10011001 | 11100 | 0 | 11011 | 1010111 | 10010 | 101001 | 1001100 | 101111 |
Color Harmonies of #D2991C
Complementary color
Monochromatic Colors of #D2991C
Black with #D2991C
Text Example
Text Example
White with #D2991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2991C; }
p { color: rgb(210,153,28); }
H1.HeaderClassName
{
color: #D2991C;
}
.AnyTagClassName
{
color: #D2991C;
}
</style>
background-color css
<style>
a { background-color: #D2991C; }
a { background-color: rgb(210,153,28); }
div.DivClassName
{
background-color: #D2991C;
}
.BgClassName
{
background-color: #D2991C;
}
</style>
border-color css
<style>
span { border-color: #D2991C; }
span { border-color: rgb(210,153,28); }
td.TdClassName
{
border-color: #D2991C;
}
.TagClassName
{
border-color: #D2991C;
}
</style>