Shades of Galliano #CF991F
Tints of Galliano #CF991F
RGB
CMYK
RGB Variations
Color information
#CF991F (or 0xCF991F) is known color: Galliano. HEX triplet: CF, 99 and 1F. RGB value is (207,153,31). Sum of RGB (Red+Green+Blue) = 207+153+31=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF991F is #3066E0. Grayscale: #9B9B9B. Windows color (decimal): -3172065 or 2070991. OLE color: 2070991.
HSL color Cylindrical-coordinate representation of color #CF991F: hue angle of 41.59º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF991F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 31 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.19 |
| HSL | 41.59º | 0.74% | 0.47% | - |
| HSV(B) | 41.59º | 0.85% | 0.81% | - |
| XYZ | 37.37 | 36.15 | 6.3 | - |
| YUV | 155.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 31 | 0 | 0.26 | 0.85 | 0.19 | 41.59 | 0.74 | 0.47 |
| Hex | CF | 99 | 1F | 0 | 1A | 55 | 13 | 2A | 4A | 2F |
| Octal | 317 | 231 | 37 | 0 | 32 | 125 | 23 | 52 | 112 | 57 |
| Binary | 11001111 | 10011001 | 11111 | 0 | 11010 | 1010101 | 10011 | 101010 | 1001010 | 101111 |
Color Harmonies of #CF991F
Complementary color
Monochromatic Colors of #CF991F
Black with #CF991F
Text Example
Text Example
White with #CF991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF991F; }
p { color: rgb(207,153,31); }
H1.HeaderClassName
{
color: #CF991F;
}
.AnyTagClassName
{
color: #CF991F;
}
</style>
background-color css
<style>
a { background-color: #CF991F; }
a { background-color: rgb(207,153,31); }
div.DivClassName
{
background-color: #CF991F;
}
.BgClassName
{
background-color: #CF991F;
}
</style>
border-color css
<style>
span { border-color: #CF991F; }
span { border-color: rgb(207,153,31); }
td.TdClassName
{
border-color: #CF991F;
}
.TagClassName
{
border-color: #CF991F;
}
</style>