Shades of Buttercup #CF911B
Tints of Buttercup #CF911B
RGB
CMYK
RGB Variations
Color information
#CF911B (or 0xCF911B) is known color: Buttercup. HEX triplet: CF, 91 and 1B. RGB value is (207,145,27). Sum of RGB (Red+Green+Blue) = 207+145+27=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF911B is #306EE4. Grayscale: #969696. Windows color (decimal): -3174117 or 1806799. OLE color: 1806799.
HSL color Cylindrical-coordinate representation of color #CF911B: hue angle of 39.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF911B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 27 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.19 |
| HSL | 39.33º | 0.77% | 0.46% | - |
| HSV(B) | 39.33º | 0.87% | 0.81% | - |
| XYZ | 36.06 | 33.6 | 5.62 | - |
| YUV | 150.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 27 | 0 | 0.30 | 0.87 | 0.19 | 39.33 | 0.77 | 0.46 |
| Hex | CF | 91 | 1B | 0 | 1E | 57 | 13 | 27 | 4D | 2E |
| Octal | 317 | 221 | 33 | 0 | 36 | 127 | 23 | 47 | 115 | 56 |
| Binary | 11001111 | 10010001 | 11011 | 0 | 11110 | 1010111 | 10011 | 100111 | 1001101 | 101110 |
Color Harmonies of #CF911B
Complementary color
Monochromatic Colors of #CF911B
Black with #CF911B
Text Example
Text Example
White with #CF911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF911B; }
p { color: rgb(207,145,27); }
H1.HeaderClassName
{
color: #CF911B;
}
.AnyTagClassName
{
color: #CF911B;
}
</style>
background-color css
<style>
a { background-color: #CF911B; }
a { background-color: rgb(207,145,27); }
div.DivClassName
{
background-color: #CF911B;
}
.BgClassName
{
background-color: #CF911B;
}
</style>
border-color css
<style>
span { border-color: #CF911B; }
span { border-color: rgb(207,145,27); }
td.TdClassName
{
border-color: #CF911B;
}
.TagClassName
{
border-color: #CF911B;
}
</style>