Shades of Buttercup #CF8C15
Tints of Buttercup #CF8C15
RGB
CMYK
RGB Variations
Color information
#CF8C15 (or 0xCF8C15) is known color: Buttercup. HEX triplet: CF, 8C and 15. RGB value is (207,140,21). Sum of RGB (Red+Green+Blue) = 207+140+21=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C15 is #3073EA. Grayscale: #939393. Windows color (decimal): -3175403 or 1412303. OLE color: 1412303.
HSL color Cylindrical-coordinate representation of color #CF8C15: hue angle of 38.39º 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 #CF8C15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.19 |
| HSL | 38.39º | 0.82% | 0.45% | - |
| HSV(B) | 38.39º | 0.9% | 0.81% | - |
| XYZ | 35.25 | 32.08 | 5.04 | - |
| YUV | 146.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 21 | 0 | 0.32 | 0.90 | 0.19 | 38.39 | 0.82 | 0.45 |
| Hex | CF | 8C | 15 | 0 | 20 | 5A | 13 | 26 | 52 | 2D |
| Octal | 317 | 214 | 25 | 0 | 40 | 132 | 23 | 46 | 122 | 55 |
| Binary | 11001111 | 10001100 | 10101 | 0 | 100000 | 1011010 | 10011 | 100110 | 1010010 | 101101 |
Color Harmonies of #CF8C15
Complementary color
Monochromatic Colors of #CF8C15
Black with #CF8C15
Text Example
Text Example
White with #CF8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C15; }
p { color: rgb(207,140,21); }
H1.HeaderClassName
{
color: #CF8C15;
}
.AnyTagClassName
{
color: #CF8C15;
}
</style>
background-color css
<style>
a { background-color: #CF8C15; }
a { background-color: rgb(207,140,21); }
div.DivClassName
{
background-color: #CF8C15;
}
.BgClassName
{
background-color: #CF8C15;
}
</style>
border-color css
<style>
span { border-color: #CF8C15; }
span { border-color: rgb(207,140,21); }
td.TdClassName
{
border-color: #CF8C15;
}
.TagClassName
{
border-color: #CF8C15;
}
</style>