Shades of Buttercup #CF891B
Tints of Buttercup #CF891B
RGB
CMYK
RGB Variations
Color information
#CF891B (or 0xCF891B) is known color: Buttercup. HEX triplet: CF, 89 and 1B. RGB value is (207,137,27). Sum of RGB (Red+Green+Blue) = 207+137+27=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF891B is #3076E4. Grayscale: #919191. Windows color (decimal): -3176165 or 1804751. OLE color: 1804751.
HSL color Cylindrical-coordinate representation of color #CF891B: hue angle of 36.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF891B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 27 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.19 |
| HSL | 36.67º | 0.77% | 0.46% | - |
| HSV(B) | 36.67º | 0.87% | 0.81% | - |
| XYZ | 34.88 | 31.24 | 5.23 | - |
| YUV | 145.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 27 | 0 | 0.34 | 0.87 | 0.19 | 36.67 | 0.77 | 0.46 |
| Hex | CF | 89 | 1B | 0 | 22 | 57 | 13 | 25 | 4D | 2E |
| Octal | 317 | 211 | 33 | 0 | 42 | 127 | 23 | 45 | 115 | 56 |
| Binary | 11001111 | 10001001 | 11011 | 0 | 100010 | 1010111 | 10011 | 100101 | 1001101 | 101110 |
Color Harmonies of #CF891B
Complementary color
Monochromatic Colors of #CF891B
Black with #CF891B
Text Example
Text Example
White with #CF891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF891B; }
p { color: rgb(207,137,27); }
H1.HeaderClassName
{
color: #CF891B;
}
.AnyTagClassName
{
color: #CF891B;
}
</style>
background-color css
<style>
a { background-color: #CF891B; }
a { background-color: rgb(207,137,27); }
div.DivClassName
{
background-color: #CF891B;
}
.BgClassName
{
background-color: #CF891B;
}
</style>
border-color css
<style>
span { border-color: #CF891B; }
span { border-color: rgb(207,137,27); }
td.TdClassName
{
border-color: #CF891B;
}
.TagClassName
{
border-color: #CF891B;
}
</style>