Shades of Buttercup #CF9121
Tints of Buttercup #CF9121
RGB
CMYK
RGB Variations
Color information
#CF9121 (or 0xCF9121) is known color: Buttercup. HEX triplet: CF, 91 and 21. RGB value is (207,145,33). Sum of RGB (Red+Green+Blue) = 207+145+33=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9121 is #306EDE. Grayscale: #979797. Windows color (decimal): -3174111 or 2200015. OLE color: 2200015.
HSL color Cylindrical-coordinate representation of color #CF9121: hue angle of 38.62º 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 #CF9121 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 33 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.19 |
| HSL | 38.62º | 0.73% | 0.47% | - |
| HSV(B) | 38.62º | 0.84% | 0.81% | - |
| XYZ | 36.13 | 33.63 | 6.02 | - |
| YUV | 150.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 33 | 0 | 0.30 | 0.84 | 0.19 | 38.62 | 0.73 | 0.47 |
| Hex | CF | 91 | 21 | 0 | 1E | 54 | 13 | 27 | 48 | 2F |
| Octal | 317 | 221 | 41 | 0 | 36 | 124 | 23 | 47 | 110 | 57 |
| Binary | 11001111 | 10010001 | 100001 | 0 | 11110 | 1010100 | 10011 | 100111 | 1001000 | 101111 |
Color Harmonies of #CF9121
Complementary color
Monochromatic Colors of #CF9121
Black with #CF9121
Text Example
Text Example
White with #CF9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9121; }
p { color: rgb(207,145,33); }
H1.HeaderClassName
{
color: #CF9121;
}
.AnyTagClassName
{
color: #CF9121;
}
</style>
background-color css
<style>
a { background-color: #CF9121; }
a { background-color: rgb(207,145,33); }
div.DivClassName
{
background-color: #CF9121;
}
.BgClassName
{
background-color: #CF9121;
}
</style>
border-color css
<style>
span { border-color: #CF9121; }
span { border-color: rgb(207,145,33); }
td.TdClassName
{
border-color: #CF9121;
}
.TagClassName
{
border-color: #CF9121;
}
</style>