Shades of Buttercup #CF8B1B
Tints of Buttercup #CF8B1B
RGB
CMYK
RGB Variations
Color information
#CF8B1B (or 0xCF8B1B) is known color: Buttercup. HEX triplet: CF, 8B and 1B. RGB value is (207,139,27). Sum of RGB (Red+Green+Blue) = 207+139+27=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B1B is #3074E4. Grayscale: #939393. Windows color (decimal): -3175653 or 1805263. OLE color: 1805263.
HSL color Cylindrical-coordinate representation of color #CF8B1B: hue angle of 37.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF8B1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.19 |
| HSL | 37.33º | 0.77% | 0.46% | - |
| HSV(B) | 37.33º | 0.87% | 0.81% | - |
| XYZ | 35.16 | 31.81 | 5.32 | - |
| YUV | 146.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 27 | 0 | 0.33 | 0.87 | 0.19 | 37.33 | 0.77 | 0.46 |
| Hex | CF | 8B | 1B | 0 | 21 | 57 | 13 | 25 | 4D | 2E |
| Octal | 317 | 213 | 33 | 0 | 41 | 127 | 23 | 45 | 115 | 56 |
| Binary | 11001111 | 10001011 | 11011 | 0 | 100001 | 1010111 | 10011 | 100101 | 1001101 | 101110 |
Color Harmonies of #CF8B1B
Complementary color
Monochromatic Colors of #CF8B1B
Black with #CF8B1B
Text Example
Text Example
White with #CF8B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B1B; }
p { color: rgb(207,139,27); }
H1.HeaderClassName
{
color: #CF8B1B;
}
.AnyTagClassName
{
color: #CF8B1B;
}
</style>
background-color css
<style>
a { background-color: #CF8B1B; }
a { background-color: rgb(207,139,27); }
div.DivClassName
{
background-color: #CF8B1B;
}
.BgClassName
{
background-color: #CF8B1B;
}
</style>
border-color css
<style>
span { border-color: #CF8B1B; }
span { border-color: rgb(207,139,27); }
td.TdClassName
{
border-color: #CF8B1B;
}
.TagClassName
{
border-color: #CF8B1B;
}
</style>