Shades of Buttercup #CF931F
Tints of Buttercup #CF931F
RGB
CMYK
RGB Variations
Color information
#CF931F (or 0xCF931F) is known color: Buttercup. HEX triplet: CF, 93 and 1F. RGB value is (207,147,31). Sum of RGB (Red+Green+Blue) = 207+147+31=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF931F is #306CE0. Grayscale: #989898. Windows color (decimal): -3173601 or 2069455. OLE color: 2069455.
HSL color Cylindrical-coordinate representation of color #CF931F: hue angle of 39.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF931F is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 31 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.19 |
| HSL | 39.55º | 0.74% | 0.47% | - |
| HSV(B) | 39.55º | 0.85% | 0.81% | - |
| XYZ | 36.41 | 34.23 | 5.98 | - |
| YUV | 151.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 31 | 0 | 0.29 | 0.85 | 0.19 | 39.55 | 0.74 | 0.47 |
| Hex | CF | 93 | 1F | 0 | 1D | 55 | 13 | 28 | 4A | 2F |
| Octal | 317 | 223 | 37 | 0 | 35 | 125 | 23 | 50 | 112 | 57 |
| Binary | 11001111 | 10010011 | 11111 | 0 | 11101 | 1010101 | 10011 | 101000 | 1001010 | 101111 |
Color Harmonies of #CF931F
Complementary color
Monochromatic Colors of #CF931F
Black with #CF931F
Text Example
Text Example
White with #CF931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF931F; }
p { color: rgb(207,147,31); }
H1.HeaderClassName
{
color: #CF931F;
}
.AnyTagClassName
{
color: #CF931F;
}
</style>
background-color css
<style>
a { background-color: #CF931F; }
a { background-color: rgb(207,147,31); }
div.DivClassName
{
background-color: #CF931F;
}
.BgClassName
{
background-color: #CF931F;
}
</style>
border-color css
<style>
span { border-color: #CF931F; }
span { border-color: rgb(207,147,31); }
td.TdClassName
{
border-color: #CF931F;
}
.TagClassName
{
border-color: #CF931F;
}
</style>