Shades of Buttercup #CF971E
Tints of Buttercup #CF971E
RGB
CMYK
RGB Variations
Color information
#CF971E (or 0xCF971E) is known color: Buttercup. HEX triplet: CF, 97 and 1E. RGB value is (207,151,30). Sum of RGB (Red+Green+Blue) = 207+151+30=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971E is #3068E1. Grayscale: #9A9A9A. Windows color (decimal): -3172578 or 2004943. OLE color: 2004943.
HSL color Cylindrical-coordinate representation of color #CF971E: hue angle of 41.02º 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 #CF971E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.19 |
| HSL | 41.02º | 0.75% | 0.46% | - |
| HSV(B) | 41.02º | 0.86% | 0.81% | - |
| XYZ | 37.03 | 35.49 | 6.13 | - |
| YUV | 153.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 30 | 0 | 0.27 | 0.86 | 0.19 | 41.02 | 0.75 | 0.46 |
| Hex | CF | 97 | 1E | 0 | 1B | 56 | 13 | 29 | 4B | 2E |
| Octal | 317 | 227 | 36 | 0 | 33 | 126 | 23 | 51 | 113 | 56 |
| Binary | 11001111 | 10010111 | 11110 | 0 | 11011 | 1010110 | 10011 | 101001 | 1001011 | 101110 |
Color Harmonies of #CF971E
Complementary color
Monochromatic Colors of #CF971E
Black with #CF971E
Text Example
Text Example
White with #CF971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF971E; }
p { color: rgb(207,151,30); }
H1.HeaderClassName
{
color: #CF971E;
}
.AnyTagClassName
{
color: #CF971E;
}
</style>
background-color css
<style>
a { background-color: #CF971E; }
a { background-color: rgb(207,151,30); }
div.DivClassName
{
background-color: #CF971E;
}
.BgClassName
{
background-color: #CF971E;
}
</style>
border-color css
<style>
span { border-color: #CF971E; }
span { border-color: rgb(207,151,30); }
td.TdClassName
{
border-color: #CF971E;
}
.TagClassName
{
border-color: #CF971E;
}
</style>