Shades of Galliano #CF991E
Tints of Galliano #CF991E
RGB
CMYK
RGB Variations
Color information
#CF991E (or 0xCF991E) is known color: Galliano. HEX triplet: CF, 99 and 1E. RGB value is (207,153,30). Sum of RGB (Red+Green+Blue) = 207+153+30=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF991E is #3066E1. Grayscale: #9B9B9B. Windows color (decimal): -3172066 or 2005455. OLE color: 2005455.
HSL color Cylindrical-coordinate representation of color #CF991E: hue angle of 41.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF991E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 30 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.19 |
| HSL | 41.69º | 0.75% | 0.46% | - |
| HSV(B) | 41.69º | 0.86% | 0.81% | - |
| XYZ | 37.36 | 36.14 | 6.24 | - |
| YUV | 155.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 30 | 0 | 0.26 | 0.86 | 0.19 | 41.69 | 0.75 | 0.46 |
| Hex | CF | 99 | 1E | 0 | 1A | 56 | 13 | 2A | 4B | 2E |
| Octal | 317 | 231 | 36 | 0 | 32 | 126 | 23 | 52 | 113 | 56 |
| Binary | 11001111 | 10011001 | 11110 | 0 | 11010 | 1010110 | 10011 | 101010 | 1001011 | 101110 |
Color Harmonies of #CF991E
Complementary color
Monochromatic Colors of #CF991E
Black with #CF991E
Text Example
Text Example
White with #CF991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF991E; }
p { color: rgb(207,153,30); }
H1.HeaderClassName
{
color: #CF991E;
}
.AnyTagClassName
{
color: #CF991E;
}
</style>
background-color css
<style>
a { background-color: #CF991E; }
a { background-color: rgb(207,153,30); }
div.DivClassName
{
background-color: #CF991E;
}
.BgClassName
{
background-color: #CF991E;
}
</style>
border-color css
<style>
span { border-color: #CF991E; }
span { border-color: rgb(207,153,30); }
td.TdClassName
{
border-color: #CF991E;
}
.TagClassName
{
border-color: #CF991E;
}
</style>