Shades of Buttercup #CF971A
Tints of Buttercup #CF971A
RGB
CMYK
RGB Variations
Color information
#CF971A (or 0xCF971A) is known color: Buttercup. HEX triplet: CF, 97 and 1A. RGB value is (207,151,26). Sum of RGB (Red+Green+Blue) = 207+151+26=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF971A is #3068E5. Grayscale: #9A9A9A. Windows color (decimal): -3172582 or 1742799. OLE color: 1742799.
HSL color Cylindrical-coordinate representation of color #CF971A: hue angle of 41.44º degrees, saturation: 0.78, 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 #CF971A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 26 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.19 |
| HSL | 41.44º | 0.78% | 0.46% | - |
| HSV(B) | 41.44º | 0.87% | 0.81% | - |
| XYZ | 36.99 | 35.47 | 5.87 | - |
| YUV | 153.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 26 | 0 | 0.27 | 0.87 | 0.19 | 41.44 | 0.78 | 0.46 |
| Hex | CF | 97 | 1A | 0 | 1B | 57 | 13 | 29 | 4E | 2E |
| Octal | 317 | 227 | 32 | 0 | 33 | 127 | 23 | 51 | 116 | 56 |
| Binary | 11001111 | 10010111 | 11010 | 0 | 11011 | 1010111 | 10011 | 101001 | 1001110 | 101110 |
Color Harmonies of #CF971A
Complementary color
Monochromatic Colors of #CF971A
Black with #CF971A
Text Example
Text Example
White with #CF971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF971A; }
p { color: rgb(207,151,26); }
H1.HeaderClassName
{
color: #CF971A;
}
.AnyTagClassName
{
color: #CF971A;
}
</style>
background-color css
<style>
a { background-color: #CF971A; }
a { background-color: rgb(207,151,26); }
div.DivClassName
{
background-color: #CF971A;
}
.BgClassName
{
background-color: #CF971A;
}
</style>
border-color css
<style>
span { border-color: #CF971A; }
span { border-color: rgb(207,151,26); }
td.TdClassName
{
border-color: #CF971A;
}
.TagClassName
{
border-color: #CF971A;
}
</style>