Shades of Buttercup #CF9115
Tints of Buttercup #CF9115
RGB
CMYK
RGB Variations
Color information
#CF9115 (or 0xCF9115) is known color: Buttercup. HEX triplet: CF, 91 and 15. RGB value is (207,145,21). Sum of RGB (Red+Green+Blue) = 207+145+21=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9115 is #306EEA. Grayscale: #959595. Windows color (decimal): -3174123 or 1413583. OLE color: 1413583.
HSL color Cylindrical-coordinate representation of color #CF9115: hue angle of 40º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF9115 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.19 |
| HSL | 40º | 0.82% | 0.45% | - |
| HSV(B) | 40º | 0.9% | 0.81% | - |
| XYZ | 35.99 | 33.57 | 5.29 | - |
| YUV | 149.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 21 | 0 | 0.30 | 0.90 | 0.19 | 40 | 0.82 | 0.45 |
| Hex | CF | 91 | 15 | 0 | 1E | 5A | 13 | 28 | 52 | 2D |
| Octal | 317 | 221 | 25 | 0 | 36 | 132 | 23 | 50 | 122 | 55 |
| Binary | 11001111 | 10010001 | 10101 | 0 | 11110 | 1011010 | 10011 | 101000 | 1010010 | 101101 |
Color Harmonies of #CF9115
Complementary color
Monochromatic Colors of #CF9115
Black with #CF9115
Text Example
Text Example
White with #CF9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9115; }
p { color: rgb(207,145,21); }
H1.HeaderClassName
{
color: #CF9115;
}
.AnyTagClassName
{
color: #CF9115;
}
</style>
background-color css
<style>
a { background-color: #CF9115; }
a { background-color: rgb(207,145,21); }
div.DivClassName
{
background-color: #CF9115;
}
.BgClassName
{
background-color: #CF9115;
}
</style>
border-color css
<style>
span { border-color: #CF9115; }
span { border-color: rgb(207,145,21); }
td.TdClassName
{
border-color: #CF9115;
}
.TagClassName
{
border-color: #CF9115;
}
</style>