Shades of Buttercup #CF8D23
Tints of Buttercup #CF8D23
RGB
CMYK
RGB Variations
Color information
#CF8D23 (or 0xCF8D23) is known color: Buttercup. HEX triplet: CF, 8D and 23. RGB value is (207,141,35). Sum of RGB (Red+Green+Blue) = 207+141+35=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D23 is #3072DC. Grayscale: #959595. Windows color (decimal): -3175133 or 2330063. OLE color: 2330063.
HSL color Cylindrical-coordinate representation of color #CF8D23: hue angle of 36.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8D23 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 35 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.19 |
| HSL | 36.98º | 0.71% | 0.47% | - |
| HSV(B) | 36.98º | 0.83% | 0.81% | - |
| XYZ | 35.56 | 32.44 | 5.98 | - |
| YUV | 148.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 35 | 0 | 0.32 | 0.83 | 0.19 | 36.98 | 0.71 | 0.47 |
| Hex | CF | 8D | 23 | 0 | 20 | 53 | 13 | 25 | 47 | 2F |
| Octal | 317 | 215 | 43 | 0 | 40 | 123 | 23 | 45 | 107 | 57 |
| Binary | 11001111 | 10001101 | 100011 | 0 | 100000 | 1010011 | 10011 | 100101 | 1000111 | 101111 |
Color Harmonies of #CF8D23
Complementary color
Monochromatic Colors of #CF8D23
Black with #CF8D23
Text Example
Text Example
White with #CF8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D23; }
p { color: rgb(207,141,35); }
H1.HeaderClassName
{
color: #CF8D23;
}
.AnyTagClassName
{
color: #CF8D23;
}
</style>
background-color css
<style>
a { background-color: #CF8D23; }
a { background-color: rgb(207,141,35); }
div.DivClassName
{
background-color: #CF8D23;
}
.BgClassName
{
background-color: #CF8D23;
}
</style>
border-color css
<style>
span { border-color: #CF8D23; }
span { border-color: rgb(207,141,35); }
td.TdClassName
{
border-color: #CF8D23;
}
.TagClassName
{
border-color: #CF8D23;
}
</style>