Shades of Buttercup #CF9222
Tints of Buttercup #CF9222
RGB
CMYK
RGB Variations
Color information
#CF9222 (or 0xCF9222) is known color: Buttercup. HEX triplet: CF, 92 and 22. RGB value is (207,146,34). Sum of RGB (Red+Green+Blue) = 207+146+34=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9222 is #306DDD. Grayscale: #979797. Windows color (decimal): -3173854 or 2265807. OLE color: 2265807.
HSL color Cylindrical-coordinate representation of color #CF9222: hue angle of 38.84º 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 #CF9222 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 34 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.19 |
| HSL | 38.84º | 0.72% | 0.47% | - |
| HSV(B) | 38.84º | 0.84% | 0.81% | - |
| XYZ | 36.3 | 33.94 | 6.15 | - |
| YUV | 151.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 34 | 0 | 0.29 | 0.84 | 0.19 | 38.84 | 0.72 | 0.47 |
| Hex | CF | 92 | 22 | 0 | 1D | 54 | 13 | 27 | 48 | 2F |
| Octal | 317 | 222 | 42 | 0 | 35 | 124 | 23 | 47 | 110 | 57 |
| Binary | 11001111 | 10010010 | 100010 | 0 | 11101 | 1010100 | 10011 | 100111 | 1001000 | 101111 |
Color Harmonies of #CF9222
Complementary color
Monochromatic Colors of #CF9222
Black with #CF9222
Text Example
Text Example
White with #CF9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9222; }
p { color: rgb(207,146,34); }
H1.HeaderClassName
{
color: #CF9222;
}
.AnyTagClassName
{
color: #CF9222;
}
</style>
background-color css
<style>
a { background-color: #CF9222; }
a { background-color: rgb(207,146,34); }
div.DivClassName
{
background-color: #CF9222;
}
.BgClassName
{
background-color: #CF9222;
}
</style>
border-color css
<style>
span { border-color: #CF9222; }
span { border-color: rgb(207,146,34); }
td.TdClassName
{
border-color: #CF9222;
}
.TagClassName
{
border-color: #CF9222;
}
</style>