Shades of Buttercup #CF8F1E
Tints of Buttercup #CF8F1E
RGB
CMYK
RGB Variations
Color information
#CF8F1E (or 0xCF8F1E) is known color: Buttercup. HEX triplet: CF, 8F and 1E. RGB value is (207,143,30). Sum of RGB (Red+Green+Blue) = 207+143+30=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F1E is #3070E1. Grayscale: #959595. Windows color (decimal): -3174626 or 2002895. OLE color: 2002895.
HSL color Cylindrical-coordinate representation of color #CF8F1E: hue angle of 38.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF8F1E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 30 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.19 |
| HSL | 38.31º | 0.75% | 0.46% | - |
| HSV(B) | 38.31º | 0.86% | 0.81% | - |
| XYZ | 35.79 | 33 | 5.71 | - |
| YUV | 149.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 30 | 0 | 0.31 | 0.86 | 0.19 | 38.31 | 0.75 | 0.46 |
| Hex | CF | 8F | 1E | 0 | 1F | 56 | 13 | 26 | 4B | 2E |
| Octal | 317 | 217 | 36 | 0 | 37 | 126 | 23 | 46 | 113 | 56 |
| Binary | 11001111 | 10001111 | 11110 | 0 | 11111 | 1010110 | 10011 | 100110 | 1001011 | 101110 |
Color Harmonies of #CF8F1E
Complementary color
Monochromatic Colors of #CF8F1E
Black with #CF8F1E
Text Example
Text Example
White with #CF8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F1E; }
p { color: rgb(207,143,30); }
H1.HeaderClassName
{
color: #CF8F1E;
}
.AnyTagClassName
{
color: #CF8F1E;
}
</style>
background-color css
<style>
a { background-color: #CF8F1E; }
a { background-color: rgb(207,143,30); }
div.DivClassName
{
background-color: #CF8F1E;
}
.BgClassName
{
background-color: #CF8F1E;
}
</style>
border-color css
<style>
span { border-color: #CF8F1E; }
span { border-color: rgb(207,143,30); }
td.TdClassName
{
border-color: #CF8F1E;
}
.TagClassName
{
border-color: #CF8F1E;
}
</style>