Shades of Buttercup #CF8D1D
Tints of Buttercup #CF8D1D
RGB
CMYK
RGB Variations
Color information
#CF8D1D (or 0xCF8D1D) is known color: Buttercup. HEX triplet: CF, 8D and 1D. RGB value is (207,141,29). Sum of RGB (Red+Green+Blue) = 207+141+29=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D1D is #3072E2. Grayscale: #949494. Windows color (decimal): -3175139 or 1936847. OLE color: 1936847.
HSL color Cylindrical-coordinate representation of color #CF8D1D: hue angle of 37.75º degrees, saturation: 0.75, 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 #CF8D1D is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 29 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.19 |
| HSL | 37.75º | 0.75% | 0.46% | - |
| HSV(B) | 37.75º | 0.86% | 0.81% | - |
| XYZ | 35.48 | 32.4 | 5.55 | - |
| YUV | 147.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 29 | 0 | 0.32 | 0.86 | 0.19 | 37.75 | 0.75 | 0.46 |
| Hex | CF | 8D | 1D | 0 | 20 | 56 | 13 | 26 | 4B | 2E |
| Octal | 317 | 215 | 35 | 0 | 40 | 126 | 23 | 46 | 113 | 56 |
| Binary | 11001111 | 10001101 | 11101 | 0 | 100000 | 1010110 | 10011 | 100110 | 1001011 | 101110 |
Color Harmonies of #CF8D1D
Complementary color
Monochromatic Colors of #CF8D1D
Black with #CF8D1D
Text Example
Text Example
White with #CF8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D1D; }
p { color: rgb(207,141,29); }
H1.HeaderClassName
{
color: #CF8D1D;
}
.AnyTagClassName
{
color: #CF8D1D;
}
</style>
background-color css
<style>
a { background-color: #CF8D1D; }
a { background-color: rgb(207,141,29); }
div.DivClassName
{
background-color: #CF8D1D;
}
.BgClassName
{
background-color: #CF8D1D;
}
</style>
border-color css
<style>
span { border-color: #CF8D1D; }
span { border-color: rgb(207,141,29); }
td.TdClassName
{
border-color: #CF8D1D;
}
.TagClassName
{
border-color: #CF8D1D;
}
</style>