Shades of Buttercup #CF9120
Tints of Buttercup #CF9120
RGB
CMYK
RGB Variations
Color information
#CF9120 (or 0xCF9120) is known color: Buttercup. HEX triplet: CF, 91 and 20. RGB value is (207,145,32). Sum of RGB (Red+Green+Blue) = 207+145+32=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9120 is #306EDF. Grayscale: #979797. Windows color (decimal): -3174112 or 2134479. OLE color: 2134479.
HSL color Cylindrical-coordinate representation of color #CF9120: hue angle of 38.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF9120 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 32 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.19 |
| HSL | 38.74º | 0.73% | 0.47% | - |
| HSV(B) | 38.74º | 0.85% | 0.81% | - |
| XYZ | 36.12 | 33.62 | 5.95 | - |
| YUV | 150.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 32 | 0 | 0.30 | 0.85 | 0.19 | 38.74 | 0.73 | 0.47 |
| Hex | CF | 91 | 20 | 0 | 1E | 55 | 13 | 27 | 49 | 2F |
| Octal | 317 | 221 | 40 | 0 | 36 | 125 | 23 | 47 | 111 | 57 |
| Binary | 11001111 | 10010001 | 100000 | 0 | 11110 | 1010101 | 10011 | 100111 | 1001001 | 101111 |
Color Harmonies of #CF9120
Complementary color
Monochromatic Colors of #CF9120
Black with #CF9120
Text Example
Text Example
White with #CF9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9120; }
p { color: rgb(207,145,32); }
H1.HeaderClassName
{
color: #CF9120;
}
.AnyTagClassName
{
color: #CF9120;
}
</style>
background-color css
<style>
a { background-color: #CF9120; }
a { background-color: rgb(207,145,32); }
div.DivClassName
{
background-color: #CF9120;
}
.BgClassName
{
background-color: #CF9120;
}
</style>
border-color css
<style>
span { border-color: #CF9120; }
span { border-color: rgb(207,145,32); }
td.TdClassName
{
border-color: #CF9120;
}
.TagClassName
{
border-color: #CF9120;
}
</style>