Shades of Buttercup #CF8B18
Tints of Buttercup #CF8B18
RGB
CMYK
RGB Variations
Color information
#CF8B18 (or 0xCF8B18) is known color: Buttercup. HEX triplet: CF, 8B and 18. RGB value is (207,139,24). Sum of RGB (Red+Green+Blue) = 207+139+24=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B18 is #3074E7. Grayscale: #929292. Windows color (decimal): -3175656 or 1608655. OLE color: 1608655.
HSL color Cylindrical-coordinate representation of color #CF8B18: hue angle of 37.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF8B18 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.19 |
| HSL | 37.7º | 0.79% | 0.45% | - |
| HSV(B) | 37.7º | 0.88% | 0.81% | - |
| XYZ | 35.13 | 31.8 | 5.15 | - |
| YUV | 146.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 24 | 0 | 0.33 | 0.88 | 0.19 | 37.7 | 0.79 | 0.45 |
| Hex | CF | 8B | 18 | 0 | 21 | 58 | 13 | 26 | 4F | 2D |
| Octal | 317 | 213 | 30 | 0 | 41 | 130 | 23 | 46 | 117 | 55 |
| Binary | 11001111 | 10001011 | 11000 | 0 | 100001 | 1011000 | 10011 | 100110 | 1001111 | 101101 |
Color Harmonies of #CF8B18
Complementary color
Monochromatic Colors of #CF8B18
Black with #CF8B18
Text Example
Text Example
White with #CF8B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B18; }
p { color: rgb(207,139,24); }
H1.HeaderClassName
{
color: #CF8B18;
}
.AnyTagClassName
{
color: #CF8B18;
}
</style>
background-color css
<style>
a { background-color: #CF8B18; }
a { background-color: rgb(207,139,24); }
div.DivClassName
{
background-color: #CF8B18;
}
.BgClassName
{
background-color: #CF8B18;
}
</style>
border-color css
<style>
span { border-color: #CF8B18; }
span { border-color: rgb(207,139,24); }
td.TdClassName
{
border-color: #CF8B18;
}
.TagClassName
{
border-color: #CF8B18;
}
</style>