Shades of Buttercup #CF8C1C
Tints of Buttercup #CF8C1C
RGB
CMYK
RGB Variations
Color information
#CF8C1C (or 0xCF8C1C) is known color: Buttercup. HEX triplet: CF, 8C and 1C. RGB value is (207,140,28). Sum of RGB (Red+Green+Blue) = 207+140+28=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C1C is #3073E3. Grayscale: #939393. Windows color (decimal): -3175396 or 1871055. OLE color: 1871055.
HSL color Cylindrical-coordinate representation of color #CF8C1C: hue angle of 37.54º 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 #CF8C1C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 28 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.19 |
| HSL | 37.54º | 0.76% | 0.46% | - |
| HSV(B) | 37.54º | 0.86% | 0.81% | - |
| XYZ | 35.32 | 32.11 | 5.43 | - |
| YUV | 147.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 28 | 0 | 0.32 | 0.86 | 0.19 | 37.54 | 0.76 | 0.46 |
| Hex | CF | 8C | 1C | 0 | 20 | 56 | 13 | 26 | 4C | 2E |
| Octal | 317 | 214 | 34 | 0 | 40 | 126 | 23 | 46 | 114 | 56 |
| Binary | 11001111 | 10001100 | 11100 | 0 | 100000 | 1010110 | 10011 | 100110 | 1001100 | 101110 |
Color Harmonies of #CF8C1C
Complementary color
Monochromatic Colors of #CF8C1C
Black with #CF8C1C
Text Example
Text Example
White with #CF8C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C1C; }
p { color: rgb(207,140,28); }
H1.HeaderClassName
{
color: #CF8C1C;
}
.AnyTagClassName
{
color: #CF8C1C;
}
</style>
background-color css
<style>
a { background-color: #CF8C1C; }
a { background-color: rgb(207,140,28); }
div.DivClassName
{
background-color: #CF8C1C;
}
.BgClassName
{
background-color: #CF8C1C;
}
</style>
border-color css
<style>
span { border-color: #CF8C1C; }
span { border-color: rgb(207,140,28); }
td.TdClassName
{
border-color: #CF8C1C;
}
.TagClassName
{
border-color: #CF8C1C;
}
</style>