Shades of Buttercup #CF9622
Tints of Buttercup #CF9622
RGB
CMYK
RGB Variations
Color information
#CF9622 (or 0xCF9622) is known color: Buttercup. HEX triplet: CF, 96 and 22. RGB value is (207,150,34). Sum of RGB (Red+Green+Blue) = 207+150+34=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9622 is #3069DD. Grayscale: #9A9A9A. Windows color (decimal): -3172830 or 2266831. OLE color: 2266831.
HSL color Cylindrical-coordinate representation of color #CF9622: hue angle of 40.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF9622 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 34 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.19 |
| HSL | 40.23º | 0.72% | 0.47% | - |
| HSV(B) | 40.23º | 0.84% | 0.81% | - |
| XYZ | 36.93 | 35.19 | 6.36 | - |
| YUV | 153.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 34 | 0 | 0.28 | 0.84 | 0.19 | 40.23 | 0.72 | 0.47 |
| Hex | CF | 96 | 22 | 0 | 1C | 54 | 13 | 28 | 48 | 2F |
| Octal | 317 | 226 | 42 | 0 | 34 | 124 | 23 | 50 | 110 | 57 |
| Binary | 11001111 | 10010110 | 100010 | 0 | 11100 | 1010100 | 10011 | 101000 | 1001000 | 101111 |
Color Harmonies of #CF9622
Complementary color
Monochromatic Colors of #CF9622
Black with #CF9622
Text Example
Text Example
White with #CF9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9622; }
p { color: rgb(207,150,34); }
H1.HeaderClassName
{
color: #CF9622;
}
.AnyTagClassName
{
color: #CF9622;
}
</style>
background-color css
<style>
a { background-color: #CF9622; }
a { background-color: rgb(207,150,34); }
div.DivClassName
{
background-color: #CF9622;
}
.BgClassName
{
background-color: #CF9622;
}
</style>
border-color css
<style>
span { border-color: #CF9622; }
span { border-color: rgb(207,150,34); }
td.TdClassName
{
border-color: #CF9622;
}
.TagClassName
{
border-color: #CF9622;
}
</style>