Shades of Galliano #D4991B
Tints of Galliano #D4991B
RGB
CMYK
RGB Variations
Color information
#D4991B (or 0xD4991B) is known color: Galliano. HEX triplet: D4, 99 and 1B. RGB value is (212,153,27). Sum of RGB (Red+Green+Blue) = 212+153+27=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4991B is #2B66E4. Grayscale: #9C9C9C. Windows color (decimal): -2844389 or 1808852. OLE color: 1808852.
HSL color Cylindrical-coordinate representation of color #D4991B: hue angle of 40.86º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4991B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 27 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.17 |
| HSL | 40.86º | 0.77% | 0.47% | - |
| HSV(B) | 40.86º | 0.87% | 0.83% | - |
| XYZ | 38.74 | 36.86 | 6.11 | - |
| YUV | 156.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 27 | 0 | 0.28 | 0.87 | 0.17 | 40.86 | 0.77 | 0.47 |
| Hex | D4 | 99 | 1B | 0 | 1C | 57 | 11 | 29 | 4D | 2F |
| Octal | 324 | 231 | 33 | 0 | 34 | 127 | 21 | 51 | 115 | 57 |
| Binary | 11010100 | 10011001 | 11011 | 0 | 11100 | 1010111 | 10001 | 101001 | 1001101 | 101111 |
Color Harmonies of #D4991B
Complementary color
Monochromatic Colors of #D4991B
Black with #D4991B
Text Example
Text Example
White with #D4991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4991B; }
p { color: rgb(212,153,27); }
H1.HeaderClassName
{
color: #D4991B;
}
.AnyTagClassName
{
color: #D4991B;
}
</style>
background-color css
<style>
a { background-color: #D4991B; }
a { background-color: rgb(212,153,27); }
div.DivClassName
{
background-color: #D4991B;
}
.BgClassName
{
background-color: #D4991B;
}
</style>
border-color css
<style>
span { border-color: #D4991B; }
span { border-color: rgb(212,153,27); }
td.TdClassName
{
border-color: #D4991B;
}
.TagClassName
{
border-color: #D4991B;
}
</style>