Shades of Buttercup #CF9B2C
Tints of Buttercup #CF9B2C
RGB
CMYK
RGB Variations
Color information
#CF9B2C (or 0xCF9B2C) is known color: Buttercup. HEX triplet: CF, 9B and 2C. RGB value is (207,155,44). Sum of RGB (Red+Green+Blue) = 207+155+44=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B2C is #3064D3. Grayscale: #9E9E9E. Windows color (decimal): -3171540 or 2923471. OLE color: 2923471.
HSL color Cylindrical-coordinate representation of color #CF9B2C: hue angle of 40.86º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF9B2C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 44 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.19 |
| HSL | 40.86º | 0.65% | 0.49% | - |
| HSV(B) | 40.86º | 0.79% | 0.81% | - |
| XYZ | 37.91 | 36.89 | 7.51 | - |
| YUV | 157.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 44 | 0 | 0.25 | 0.79 | 0.19 | 40.86 | 0.65 | 0.49 |
| Hex | CF | 9B | 2C | 0 | 19 | 4F | 13 | 29 | 41 | 31 |
| Octal | 317 | 233 | 54 | 0 | 31 | 117 | 23 | 51 | 101 | 61 |
| Binary | 11001111 | 10011011 | 101100 | 0 | 11001 | 1001111 | 10011 | 101001 | 1000001 | 110001 |
Color Harmonies of #CF9B2C
Complementary color
Monochromatic Colors of #CF9B2C
Black with #CF9B2C
Text Example
Text Example
White with #CF9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B2C; }
p { color: rgb(207,155,44); }
H1.HeaderClassName
{
color: #CF9B2C;
}
.AnyTagClassName
{
color: #CF9B2C;
}
</style>
background-color css
<style>
a { background-color: #CF9B2C; }
a { background-color: rgb(207,155,44); }
div.DivClassName
{
background-color: #CF9B2C;
}
.BgClassName
{
background-color: #CF9B2C;
}
</style>
border-color css
<style>
span { border-color: #CF9B2C; }
span { border-color: rgb(207,155,44); }
td.TdClassName
{
border-color: #CF9B2C;
}
.TagClassName
{
border-color: #CF9B2C;
}
</style>