Shades of Buttercup #CF8F22
Tints of Buttercup #CF8F22
RGB
CMYK
RGB Variations
Color information
#CF8F22 (or 0xCF8F22) is known color: Buttercup. HEX triplet: CF, 8F and 22. RGB value is (207,143,34). Sum of RGB (Red+Green+Blue) = 207+143+34=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F22 is #3070DD. Grayscale: #969696. Windows color (decimal): -3174622 or 2265039. OLE color: 2265039.
HSL color Cylindrical-coordinate representation of color #CF8F22: hue angle of 37.8º degrees, saturation: 0.72, 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 #CF8F22 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 34 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.19 |
| HSL | 37.8º | 0.72% | 0.47% | - |
| HSV(B) | 37.8º | 0.84% | 0.81% | - |
| XYZ | 35.84 | 33.03 | 6 | - |
| YUV | 149.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 34 | 0 | 0.31 | 0.84 | 0.19 | 37.8 | 0.72 | 0.47 |
| Hex | CF | 8F | 22 | 0 | 1F | 54 | 13 | 26 | 48 | 2F |
| Octal | 317 | 217 | 42 | 0 | 37 | 124 | 23 | 46 | 110 | 57 |
| Binary | 11001111 | 10001111 | 100010 | 0 | 11111 | 1010100 | 10011 | 100110 | 1001000 | 101111 |
Color Harmonies of #CF8F22
Complementary color
Monochromatic Colors of #CF8F22
Black with #CF8F22
Text Example
Text Example
White with #CF8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F22; }
p { color: rgb(207,143,34); }
H1.HeaderClassName
{
color: #CF8F22;
}
.AnyTagClassName
{
color: #CF8F22;
}
</style>
background-color css
<style>
a { background-color: #CF8F22; }
a { background-color: rgb(207,143,34); }
div.DivClassName
{
background-color: #CF8F22;
}
.BgClassName
{
background-color: #CF8F22;
}
</style>
border-color css
<style>
span { border-color: #CF8F22; }
span { border-color: rgb(207,143,34); }
td.TdClassName
{
border-color: #CF8F22;
}
.TagClassName
{
border-color: #CF8F22;
}
</style>