Shades of Buttercup #CF981E
Tints of Buttercup #CF981E
RGB
CMYK
RGB Variations
Color information
#CF981E (or 0xCF981E) is known color: Buttercup. HEX triplet: CF, 98 and 1E. RGB value is (207,152,30). Sum of RGB (Red+Green+Blue) = 207+152+30=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF981E is #3067E1. Grayscale: #9B9B9B. Windows color (decimal): -3172322 or 2005199. OLE color: 2005199.
HSL color Cylindrical-coordinate representation of color #CF981E: hue angle of 41.36º 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 #CF981E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.19 |
| HSL | 41.36º | 0.75% | 0.46% | - |
| HSV(B) | 41.36º | 0.86% | 0.81% | - |
| XYZ | 37.19 | 35.82 | 6.18 | - |
| YUV | 154.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 30 | 0 | 0.27 | 0.86 | 0.19 | 41.36 | 0.75 | 0.46 |
| Hex | CF | 98 | 1E | 0 | 1B | 56 | 13 | 29 | 4B | 2E |
| Octal | 317 | 230 | 36 | 0 | 33 | 126 | 23 | 51 | 113 | 56 |
| Binary | 11001111 | 10011000 | 11110 | 0 | 11011 | 1010110 | 10011 | 101001 | 1001011 | 101110 |
Color Harmonies of #CF981E
Complementary color
Monochromatic Colors of #CF981E
Black with #CF981E
Text Example
Text Example
White with #CF981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF981E; }
p { color: rgb(207,152,30); }
H1.HeaderClassName
{
color: #CF981E;
}
.AnyTagClassName
{
color: #CF981E;
}
</style>
background-color css
<style>
a { background-color: #CF981E; }
a { background-color: rgb(207,152,30); }
div.DivClassName
{
background-color: #CF981E;
}
.BgClassName
{
background-color: #CF981E;
}
</style>
border-color css
<style>
span { border-color: #CF981E; }
span { border-color: rgb(207,152,30); }
td.TdClassName
{
border-color: #CF981E;
}
.TagClassName
{
border-color: #CF981E;
}
</style>