Shades of Buttercup #CF8D22
Tints of Buttercup #CF8D22
RGB
CMYK
RGB Variations
Color information
#CF8D22 (or 0xCF8D22) is known color: Buttercup. HEX triplet: CF, 8D and 22. RGB value is (207,141,34). Sum of RGB (Red+Green+Blue) = 207+141+34=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D22 is #3072DD. Grayscale: #959595. Windows color (decimal): -3175134 or 2264527. OLE color: 2264527.
HSL color Cylindrical-coordinate representation of color #CF8D22: hue angle of 37.11º 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 #CF8D22 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 34 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.19 |
| HSL | 37.11º | 0.72% | 0.47% | - |
| HSV(B) | 37.11º | 0.84% | 0.81% | - |
| XYZ | 35.55 | 32.43 | 5.9 | - |
| YUV | 148.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 34 | 0 | 0.32 | 0.84 | 0.19 | 37.11 | 0.72 | 0.47 |
| Hex | CF | 8D | 22 | 0 | 20 | 54 | 13 | 25 | 48 | 2F |
| Octal | 317 | 215 | 42 | 0 | 40 | 124 | 23 | 45 | 110 | 57 |
| Binary | 11001111 | 10001101 | 100010 | 0 | 100000 | 1010100 | 10011 | 100101 | 1001000 | 101111 |
Color Harmonies of #CF8D22
Complementary color
Monochromatic Colors of #CF8D22
Black with #CF8D22
Text Example
Text Example
White with #CF8D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D22; }
p { color: rgb(207,141,34); }
H1.HeaderClassName
{
color: #CF8D22;
}
.AnyTagClassName
{
color: #CF8D22;
}
</style>
background-color css
<style>
a { background-color: #CF8D22; }
a { background-color: rgb(207,141,34); }
div.DivClassName
{
background-color: #CF8D22;
}
.BgClassName
{
background-color: #CF8D22;
}
</style>
border-color css
<style>
span { border-color: #CF8D22; }
span { border-color: rgb(207,141,34); }
td.TdClassName
{
border-color: #CF8D22;
}
.TagClassName
{
border-color: #CF8D22;
}
</style>