Shades of Buttercup #CF8A1C
Tints of Buttercup #CF8A1C
RGB
CMYK
RGB Variations
Color information
#CF8A1C (or 0xCF8A1C) is known color: Buttercup. HEX triplet: CF, 8A and 1C. RGB value is (207,138,28). Sum of RGB (Red+Green+Blue) = 207+138+28=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1C is #3075E3. Grayscale: #929292. Windows color (decimal): -3175908 or 1870543. OLE color: 1870543.
HSL color Cylindrical-coordinate representation of color #CF8A1C: hue angle of 36.87º 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 #CF8A1C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 28 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.19 |
| HSL | 36.87º | 0.76% | 0.46% | - |
| HSV(B) | 36.87º | 0.86% | 0.81% | - |
| XYZ | 35.03 | 31.53 | 5.34 | - |
| YUV | 146.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 28 | 0 | 0.33 | 0.86 | 0.19 | 36.87 | 0.76 | 0.46 |
| Hex | CF | 8A | 1C | 0 | 21 | 56 | 13 | 25 | 4C | 2E |
| Octal | 317 | 212 | 34 | 0 | 41 | 126 | 23 | 45 | 114 | 56 |
| Binary | 11001111 | 10001010 | 11100 | 0 | 100001 | 1010110 | 10011 | 100101 | 1001100 | 101110 |
Color Harmonies of #CF8A1C
Complementary color
Monochromatic Colors of #CF8A1C
Black with #CF8A1C
Text Example
Text Example
White with #CF8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A1C; }
p { color: rgb(207,138,28); }
H1.HeaderClassName
{
color: #CF8A1C;
}
.AnyTagClassName
{
color: #CF8A1C;
}
</style>
background-color css
<style>
a { background-color: #CF8A1C; }
a { background-color: rgb(207,138,28); }
div.DivClassName
{
background-color: #CF8A1C;
}
.BgClassName
{
background-color: #CF8A1C;
}
</style>
border-color css
<style>
span { border-color: #CF8A1C; }
span { border-color: rgb(207,138,28); }
td.TdClassName
{
border-color: #CF8A1C;
}
.TagClassName
{
border-color: #CF8A1C;
}
</style>