Shades of Buttercup #CF9A26
Tints of Buttercup #CF9A26
RGB
CMYK
RGB Variations
Color information
#CF9A26 (or 0xCF9A26) is known color: Buttercup. HEX triplet: CF, 9A and 26. RGB value is (207,154,38). Sum of RGB (Red+Green+Blue) = 207+154+38=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A26 is #3065D9. Grayscale: #9D9D9D. Windows color (decimal): -3171802 or 2529999. OLE color: 2529999.
HSL color Cylindrical-coordinate representation of color #CF9A26: hue angle of 41.18º 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 #CF9A26 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 38 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.19 |
| HSL | 41.18º | 0.69% | 0.48% | - |
| HSV(B) | 41.18º | 0.82% | 0.81% | - |
| XYZ | 37.64 | 36.52 | 6.9 | - |
| YUV | 156.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 38 | 0 | 0.26 | 0.82 | 0.19 | 41.18 | 0.69 | 0.48 |
| Hex | CF | 9A | 26 | 0 | 1A | 52 | 13 | 29 | 45 | 30 |
| Octal | 317 | 232 | 46 | 0 | 32 | 122 | 23 | 51 | 105 | 60 |
| Binary | 11001111 | 10011010 | 100110 | 0 | 11010 | 1010010 | 10011 | 101001 | 1000101 | 110000 |
Color Harmonies of #CF9A26
Complementary color
Monochromatic Colors of #CF9A26
Black with #CF9A26
Text Example
Text Example
White with #CF9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A26; }
p { color: rgb(207,154,38); }
H1.HeaderClassName
{
color: #CF9A26;
}
.AnyTagClassName
{
color: #CF9A26;
}
</style>
background-color css
<style>
a { background-color: #CF9A26; }
a { background-color: rgb(207,154,38); }
div.DivClassName
{
background-color: #CF9A26;
}
.BgClassName
{
background-color: #CF9A26;
}
</style>
border-color css
<style>
span { border-color: #CF9A26; }
span { border-color: rgb(207,154,38); }
td.TdClassName
{
border-color: #CF9A26;
}
.TagClassName
{
border-color: #CF9A26;
}
</style>