Shades of Buttercup #CF8D21
Tints of Buttercup #CF8D21
RGB
CMYK
RGB Variations
Color information
#CF8D21 (or 0xCF8D21) is known color: Buttercup. HEX triplet: CF, 8D and 21. RGB value is (207,141,33). Sum of RGB (Red+Green+Blue) = 207+141+33=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D21 is #3072DE. Grayscale: #949494. Windows color (decimal): -3175135 or 2198991. OLE color: 2198991.
HSL color Cylindrical-coordinate representation of color #CF8D21: hue angle of 37.24º 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 #CF8D21 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 33 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.19 |
| HSL | 37.24º | 0.73% | 0.47% | - |
| HSV(B) | 37.24º | 0.84% | 0.81% | - |
| XYZ | 35.53 | 32.42 | 5.82 | - |
| YUV | 148.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 33 | 0 | 0.32 | 0.84 | 0.19 | 37.24 | 0.73 | 0.47 |
| Hex | CF | 8D | 21 | 0 | 20 | 54 | 13 | 25 | 48 | 2F |
| Octal | 317 | 215 | 41 | 0 | 40 | 124 | 23 | 45 | 110 | 57 |
| Binary | 11001111 | 10001101 | 100001 | 0 | 100000 | 1010100 | 10011 | 100101 | 1001000 | 101111 |
Color Harmonies of #CF8D21
Complementary color
Monochromatic Colors of #CF8D21
Black with #CF8D21
Text Example
Text Example
White with #CF8D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D21; }
p { color: rgb(207,141,33); }
H1.HeaderClassName
{
color: #CF8D21;
}
.AnyTagClassName
{
color: #CF8D21;
}
</style>
background-color css
<style>
a { background-color: #CF8D21; }
a { background-color: rgb(207,141,33); }
div.DivClassName
{
background-color: #CF8D21;
}
.BgClassName
{
background-color: #CF8D21;
}
</style>
border-color css
<style>
span { border-color: #CF8D21; }
span { border-color: rgb(207,141,33); }
td.TdClassName
{
border-color: #CF8D21;
}
.TagClassName
{
border-color: #CF8D21;
}
</style>