Shades of Buttercup #CF982B
Tints of Buttercup #CF982B
RGB
CMYK
RGB Variations
Color information
#CF982B (or 0xCF982B) is known color: Buttercup. HEX triplet: CF, 98 and 2B. RGB value is (207,152,43). Sum of RGB (Red+Green+Blue) = 207+152+43=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF982B is #3067D4. Grayscale: #9C9C9C. Windows color (decimal): -3172309 or 2857167. OLE color: 2857167.
HSL color Cylindrical-coordinate representation of color #CF982B: hue angle of 39.88º 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 #CF982B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 43 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.19 |
| HSL | 39.88º | 0.66% | 0.49% | - |
| HSV(B) | 39.88º | 0.79% | 0.81% | - |
| XYZ | 37.4 | 35.9 | 7.24 | - |
| YUV | 156.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 43 | 0 | 0.27 | 0.79 | 0.19 | 39.88 | 0.66 | 0.49 |
| Hex | CF | 98 | 2B | 0 | 1B | 4F | 13 | 28 | 42 | 31 |
| Octal | 317 | 230 | 53 | 0 | 33 | 117 | 23 | 50 | 102 | 61 |
| Binary | 11001111 | 10011000 | 101011 | 0 | 11011 | 1001111 | 10011 | 101000 | 1000010 | 110001 |
Color Harmonies of #CF982B
Complementary color
Monochromatic Colors of #CF982B
Black with #CF982B
Text Example
Text Example
White with #CF982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF982B; }
p { color: rgb(207,152,43); }
H1.HeaderClassName
{
color: #CF982B;
}
.AnyTagClassName
{
color: #CF982B;
}
</style>
background-color css
<style>
a { background-color: #CF982B; }
a { background-color: rgb(207,152,43); }
div.DivClassName
{
background-color: #CF982B;
}
.BgClassName
{
background-color: #CF982B;
}
</style>
border-color css
<style>
span { border-color: #CF982B; }
span { border-color: rgb(207,152,43); }
td.TdClassName
{
border-color: #CF982B;
}
.TagClassName
{
border-color: #CF982B;
}
</style>