Shades of Buttercup #CF9727
Tints of Buttercup #CF9727
RGB
CMYK
RGB Variations
Color information
#CF9727 (or 0xCF9727) is known color: Buttercup. HEX triplet: CF, 97 and 27. RGB value is (207,151,39). Sum of RGB (Red+Green+Blue) = 207+151+39=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9727 is #3068D8. Grayscale: #9B9B9B. Windows color (decimal): -3172569 or 2594767. OLE color: 2594767.
HSL color Cylindrical-coordinate representation of color #CF9727: hue angle of 40º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9727 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 39 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.19 |
| HSL | 40º | 0.68% | 0.48% | - |
| HSV(B) | 40º | 0.81% | 0.81% | - |
| XYZ | 37.16 | 35.55 | 6.82 | - |
| YUV | 154.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 39 | 0 | 0.27 | 0.81 | 0.19 | 40 | 0.68 | 0.48 |
| Hex | CF | 97 | 27 | 0 | 1B | 51 | 13 | 28 | 44 | 30 |
| Octal | 317 | 227 | 47 | 0 | 33 | 121 | 23 | 50 | 104 | 60 |
| Binary | 11001111 | 10010111 | 100111 | 0 | 11011 | 1010001 | 10011 | 101000 | 1000100 | 110000 |
Color Harmonies of #CF9727
Complementary color
Monochromatic Colors of #CF9727
Black with #CF9727
Text Example
Text Example
White with #CF9727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9727; }
p { color: rgb(207,151,39); }
H1.HeaderClassName
{
color: #CF9727;
}
.AnyTagClassName
{
color: #CF9727;
}
</style>
background-color css
<style>
a { background-color: #CF9727; }
a { background-color: rgb(207,151,39); }
div.DivClassName
{
background-color: #CF9727;
}
.BgClassName
{
background-color: #CF9727;
}
</style>
border-color css
<style>
span { border-color: #CF9727; }
span { border-color: rgb(207,151,39); }
td.TdClassName
{
border-color: #CF9727;
}
.TagClassName
{
border-color: #CF9727;
}
</style>