Shades of Buttercup #CF9822
Tints of Buttercup #CF9822
RGB
CMYK
RGB Variations
Color information
#CF9822 (or 0xCF9822) is known color: Buttercup. HEX triplet: CF, 98 and 22. RGB value is (207,152,34). Sum of RGB (Red+Green+Blue) = 207+152+34=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9822 is #3067DD. Grayscale: #9B9B9B. Windows color (decimal): -3172318 or 2267343. OLE color: 2267343.
HSL color Cylindrical-coordinate representation of color #CF9822: hue angle of 40.92º 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 #CF9822 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 34 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.19 |
| HSL | 40.92º | 0.72% | 0.47% | - |
| HSV(B) | 40.92º | 0.84% | 0.81% | - |
| XYZ | 37.25 | 35.84 | 6.47 | - |
| YUV | 154.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 34 | 0 | 0.27 | 0.84 | 0.19 | 40.92 | 0.72 | 0.47 |
| Hex | CF | 98 | 22 | 0 | 1B | 54 | 13 | 29 | 48 | 2F |
| Octal | 317 | 230 | 42 | 0 | 33 | 124 | 23 | 51 | 110 | 57 |
| Binary | 11001111 | 10011000 | 100010 | 0 | 11011 | 1010100 | 10011 | 101001 | 1001000 | 101111 |
Color Harmonies of #CF9822
Complementary color
Monochromatic Colors of #CF9822
Black with #CF9822
Text Example
Text Example
White with #CF9822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9822; }
p { color: rgb(207,152,34); }
H1.HeaderClassName
{
color: #CF9822;
}
.AnyTagClassName
{
color: #CF9822;
}
</style>
background-color css
<style>
a { background-color: #CF9822; }
a { background-color: rgb(207,152,34); }
div.DivClassName
{
background-color: #CF9822;
}
.BgClassName
{
background-color: #CF9822;
}
</style>
border-color css
<style>
span { border-color: #CF9822; }
span { border-color: rgb(207,152,34); }
td.TdClassName
{
border-color: #CF9822;
}
.TagClassName
{
border-color: #CF9822;
}
</style>