Shades of Buttercup #CF8B1C
Tints of Buttercup #CF8B1C
RGB
CMYK
RGB Variations
Color information
#CF8B1C (or 0xCF8B1C) is known color: Buttercup. HEX triplet: CF, 8B and 1C. RGB value is (207,139,28). Sum of RGB (Red+Green+Blue) = 207+139+28=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B1C is #3074E3. Grayscale: #939393. Windows color (decimal): -3175652 or 1870799. OLE color: 1870799.
HSL color Cylindrical-coordinate representation of color #CF8B1C: hue angle of 37.21º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF8B1C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 28 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.19 |
| HSL | 37.21º | 0.76% | 0.46% | - |
| HSV(B) | 37.21º | 0.86% | 0.81% | - |
| XYZ | 35.17 | 31.81 | 5.39 | - |
| YUV | 146.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 28 | 0 | 0.33 | 0.86 | 0.19 | 37.21 | 0.76 | 0.46 |
| Hex | CF | 8B | 1C | 0 | 21 | 56 | 13 | 25 | 4C | 2E |
| Octal | 317 | 213 | 34 | 0 | 41 | 126 | 23 | 45 | 114 | 56 |
| Binary | 11001111 | 10001011 | 11100 | 0 | 100001 | 1010110 | 10011 | 100101 | 1001100 | 101110 |
Color Harmonies of #CF8B1C
Complementary color
Monochromatic Colors of #CF8B1C
Black with #CF8B1C
Text Example
Text Example
White with #CF8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B1C; }
p { color: rgb(207,139,28); }
H1.HeaderClassName
{
color: #CF8B1C;
}
.AnyTagClassName
{
color: #CF8B1C;
}
</style>
background-color css
<style>
a { background-color: #CF8B1C; }
a { background-color: rgb(207,139,28); }
div.DivClassName
{
background-color: #CF8B1C;
}
.BgClassName
{
background-color: #CF8B1C;
}
</style>
border-color css
<style>
span { border-color: #CF8B1C; }
span { border-color: rgb(207,139,28); }
td.TdClassName
{
border-color: #CF8B1C;
}
.TagClassName
{
border-color: #CF8B1C;
}
</style>