Shades of Buttercup #CF971B
Tints of Buttercup #CF971B
RGB
CMYK
RGB Variations
Color information
#CF971B (or 0xCF971B) is known color: Buttercup. HEX triplet: CF, 97 and 1B. RGB value is (207,151,27). Sum of RGB (Red+Green+Blue) = 207+151+27=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971B is #3068E4. Grayscale: #9A9A9A. Windows color (decimal): -3172581 or 1808335. OLE color: 1808335.
HSL color Cylindrical-coordinate representation of color #CF971B: hue angle of 41.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF971B is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 27 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.19 |
| HSL | 41.33º | 0.77% | 0.46% | - |
| HSV(B) | 41.33º | 0.87% | 0.81% | - |
| XYZ | 37 | 35.48 | 5.93 | - |
| YUV | 153.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 27 | 0 | 0.27 | 0.87 | 0.19 | 41.33 | 0.77 | 0.46 |
| Hex | CF | 97 | 1B | 0 | 1B | 57 | 13 | 29 | 4D | 2E |
| Octal | 317 | 227 | 33 | 0 | 33 | 127 | 23 | 51 | 115 | 56 |
| Binary | 11001111 | 10010111 | 11011 | 0 | 11011 | 1010111 | 10011 | 101001 | 1001101 | 101110 |
Color Harmonies of #CF971B
Complementary color
Monochromatic Colors of #CF971B
Black with #CF971B
Text Example
Text Example
White with #CF971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF971B; }
p { color: rgb(207,151,27); }
H1.HeaderClassName
{
color: #CF971B;
}
.AnyTagClassName
{
color: #CF971B;
}
</style>
background-color css
<style>
a { background-color: #CF971B; }
a { background-color: rgb(207,151,27); }
div.DivClassName
{
background-color: #CF971B;
}
.BgClassName
{
background-color: #CF971B;
}
</style>
border-color css
<style>
span { border-color: #CF971B; }
span { border-color: rgb(207,151,27); }
td.TdClassName
{
border-color: #CF971B;
}
.TagClassName
{
border-color: #CF971B;
}
</style>