Shades of Buttercup #CF992B
Tints of Buttercup #CF992B
RGB
CMYK
RGB Variations
Color information
#CF992B (or 0xCF992B) is known color: Buttercup. HEX triplet: CF, 99 and 2B. RGB value is (207,153,43). Sum of RGB (Red+Green+Blue) = 207+153+43=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF992B is #3066D4. Grayscale: #9D9D9D. Windows color (decimal): -3172053 or 2857423. OLE color: 2857423.
HSL color Cylindrical-coordinate representation of color #CF992B: hue angle of 40.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF992B is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 43 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.19 |
| HSL | 40.24º | 0.66% | 0.49% | - |
| HSV(B) | 40.24º | 0.79% | 0.81% | - |
| XYZ | 37.56 | 36.22 | 7.3 | - |
| YUV | 156.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 43 | 0 | 0.26 | 0.79 | 0.19 | 40.24 | 0.66 | 0.49 |
| Hex | CF | 99 | 2B | 0 | 1A | 4F | 13 | 28 | 42 | 31 |
| Octal | 317 | 231 | 53 | 0 | 32 | 117 | 23 | 50 | 102 | 61 |
| Binary | 11001111 | 10011001 | 101011 | 0 | 11010 | 1001111 | 10011 | 101000 | 1000010 | 110001 |
Color Harmonies of #CF992B
Complementary color
Monochromatic Colors of #CF992B
Black with #CF992B
Text Example
Text Example
White with #CF992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF992B; }
p { color: rgb(207,153,43); }
H1.HeaderClassName
{
color: #CF992B;
}
.AnyTagClassName
{
color: #CF992B;
}
</style>
background-color css
<style>
a { background-color: #CF992B; }
a { background-color: rgb(207,153,43); }
div.DivClassName
{
background-color: #CF992B;
}
.BgClassName
{
background-color: #CF992B;
}
</style>
border-color css
<style>
span { border-color: #CF992B; }
span { border-color: rgb(207,153,43); }
td.TdClassName
{
border-color: #CF992B;
}
.TagClassName
{
border-color: #CF992B;
}
</style>