Shades of Buttercup #CF9526
Tints of Buttercup #CF9526
RGB
CMYK
RGB Variations
Color information
#CF9526 (or 0xCF9526) is known color: Buttercup. HEX triplet: CF, 95 and 26. RGB value is (207,149,38). Sum of RGB (Red+Green+Blue) = 207+149+38=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9526 is #306AD9. Grayscale: #9A9A9A. Windows color (decimal): -3173082 or 2528719. OLE color: 2528719.
HSL color Cylindrical-coordinate representation of color #CF9526: hue angle of 39.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF9526 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 38 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.19 |
| HSL | 39.41º | 0.69% | 0.48% | - |
| HSV(B) | 39.41º | 0.82% | 0.81% | - |
| XYZ | 36.83 | 34.9 | 6.63 | - |
| YUV | 153.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 38 | 0 | 0.28 | 0.82 | 0.19 | 39.41 | 0.69 | 0.48 |
| Hex | CF | 95 | 26 | 0 | 1C | 52 | 13 | 27 | 45 | 30 |
| Octal | 317 | 225 | 46 | 0 | 34 | 122 | 23 | 47 | 105 | 60 |
| Binary | 11001111 | 10010101 | 100110 | 0 | 11100 | 1010010 | 10011 | 100111 | 1000101 | 110000 |
Color Harmonies of #CF9526
Complementary color
Monochromatic Colors of #CF9526
Black with #CF9526
Text Example
Text Example
White with #CF9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9526; }
p { color: rgb(207,149,38); }
H1.HeaderClassName
{
color: #CF9526;
}
.AnyTagClassName
{
color: #CF9526;
}
</style>
background-color css
<style>
a { background-color: #CF9526; }
a { background-color: rgb(207,149,38); }
div.DivClassName
{
background-color: #CF9526;
}
.BgClassName
{
background-color: #CF9526;
}
</style>
border-color css
<style>
span { border-color: #CF9526; }
span { border-color: rgb(207,149,38); }
td.TdClassName
{
border-color: #CF9526;
}
.TagClassName
{
border-color: #CF9526;
}
</style>