Shades of Buttercup #CF951B
Tints of Buttercup #CF951B
RGB
CMYK
RGB Variations
Color information
#CF951B (or 0xCF951B) is known color: Buttercup. HEX triplet: CF, 95 and 1B. RGB value is (207,149,27). Sum of RGB (Red+Green+Blue) = 207+149+27=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF951B is #306AE4. Grayscale: #989898. Windows color (decimal): -3173093 or 1807823. OLE color: 1807823.
HSL color Cylindrical-coordinate representation of color #CF951B: hue angle of 40.67º 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 #CF951B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 27 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.19 |
| HSL | 40.67º | 0.77% | 0.46% | - |
| HSV(B) | 40.67º | 0.87% | 0.81% | - |
| XYZ | 36.68 | 34.84 | 5.83 | - |
| YUV | 152.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 27 | 0 | 0.28 | 0.87 | 0.19 | 40.67 | 0.77 | 0.46 |
| Hex | CF | 95 | 1B | 0 | 1C | 57 | 13 | 29 | 4D | 2E |
| Octal | 317 | 225 | 33 | 0 | 34 | 127 | 23 | 51 | 115 | 56 |
| Binary | 11001111 | 10010101 | 11011 | 0 | 11100 | 1010111 | 10011 | 101001 | 1001101 | 101110 |
Color Harmonies of #CF951B
Complementary color
Monochromatic Colors of #CF951B
Black with #CF951B
Text Example
Text Example
White with #CF951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF951B; }
p { color: rgb(207,149,27); }
H1.HeaderClassName
{
color: #CF951B;
}
.AnyTagClassName
{
color: #CF951B;
}
</style>
background-color css
<style>
a { background-color: #CF951B; }
a { background-color: rgb(207,149,27); }
div.DivClassName
{
background-color: #CF951B;
}
.BgClassName
{
background-color: #CF951B;
}
</style>
border-color css
<style>
span { border-color: #CF951B; }
span { border-color: rgb(207,149,27); }
td.TdClassName
{
border-color: #CF951B;
}
.TagClassName
{
border-color: #CF951B;
}
</style>