Shades of Buttercup #CF9921
Tints of Buttercup #CF9921
RGB
CMYK
RGB Variations
Color information
#CF9921 (or 0xCF9921) is known color: Buttercup. HEX triplet: CF, 99 and 21. RGB value is (207,153,33). Sum of RGB (Red+Green+Blue) = 207+153+33=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9921 is #3066DE. Grayscale: #9C9C9C. Windows color (decimal): -3172063 or 2202063. OLE color: 2202063.
HSL color Cylindrical-coordinate representation of color #CF9921: hue angle of 41.38º 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 #CF9921 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.19 |
| HSL | 41.38º | 0.73% | 0.47% | - |
| HSV(B) | 41.38º | 0.84% | 0.81% | - |
| XYZ | 37.4 | 36.16 | 6.45 | - |
| YUV | 155.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 33 | 0 | 0.26 | 0.84 | 0.19 | 41.38 | 0.73 | 0.47 |
| Hex | CF | 99 | 21 | 0 | 1A | 54 | 13 | 29 | 48 | 2F |
| Octal | 317 | 231 | 41 | 0 | 32 | 124 | 23 | 51 | 110 | 57 |
| Binary | 11001111 | 10011001 | 100001 | 0 | 11010 | 1010100 | 10011 | 101001 | 1001000 | 101111 |
Color Harmonies of #CF9921
Complementary color
Monochromatic Colors of #CF9921
Black with #CF9921
Text Example
Text Example
White with #CF9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9921; }
p { color: rgb(207,153,33); }
H1.HeaderClassName
{
color: #CF9921;
}
.AnyTagClassName
{
color: #CF9921;
}
</style>
background-color css
<style>
a { background-color: #CF9921; }
a { background-color: rgb(207,153,33); }
div.DivClassName
{
background-color: #CF9921;
}
.BgClassName
{
background-color: #CF9921;
}
</style>
border-color css
<style>
span { border-color: #CF9921; }
span { border-color: rgb(207,153,33); }
td.TdClassName
{
border-color: #CF9921;
}
.TagClassName
{
border-color: #CF9921;
}
</style>