Shades of Buttercup #CF8F21
Tints of Buttercup #CF8F21
RGB
CMYK
RGB Variations
Color information
#CF8F21 (or 0xCF8F21) is known color: Buttercup. HEX triplet: CF, 8F and 21. RGB value is (207,143,33). Sum of RGB (Red+Green+Blue) = 207+143+33=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F21 is #3070DE. Grayscale: #969696. Windows color (decimal): -3174623 or 2199503. OLE color: 2199503.
HSL color Cylindrical-coordinate representation of color #CF8F21: hue angle of 37.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF8F21 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 33 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.19 |
| HSL | 37.93º | 0.73% | 0.47% | - |
| HSV(B) | 37.93º | 0.84% | 0.81% | - |
| XYZ | 35.83 | 33.02 | 5.92 | - |
| YUV | 149.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 33 | 0 | 0.31 | 0.84 | 0.19 | 37.93 | 0.73 | 0.47 |
| Hex | CF | 8F | 21 | 0 | 1F | 54 | 13 | 26 | 48 | 2F |
| Octal | 317 | 217 | 41 | 0 | 37 | 124 | 23 | 46 | 110 | 57 |
| Binary | 11001111 | 10001111 | 100001 | 0 | 11111 | 1010100 | 10011 | 100110 | 1001000 | 101111 |
Color Harmonies of #CF8F21
Complementary color
Monochromatic Colors of #CF8F21
Black with #CF8F21
Text Example
Text Example
White with #CF8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F21; }
p { color: rgb(207,143,33); }
H1.HeaderClassName
{
color: #CF8F21;
}
.AnyTagClassName
{
color: #CF8F21;
}
</style>
background-color css
<style>
a { background-color: #CF8F21; }
a { background-color: rgb(207,143,33); }
div.DivClassName
{
background-color: #CF8F21;
}
.BgClassName
{
background-color: #CF8F21;
}
</style>
border-color css
<style>
span { border-color: #CF8F21; }
span { border-color: rgb(207,143,33); }
td.TdClassName
{
border-color: #CF8F21;
}
.TagClassName
{
border-color: #CF8F21;
}
</style>