Shades of Buttercup #CF901B
Tints of Buttercup #CF901B
RGB
CMYK
RGB Variations
Color information
#CF901B (or 0xCF901B) is known color: Buttercup. HEX triplet: CF, 90 and 1B. RGB value is (207,144,27). Sum of RGB (Red+Green+Blue) = 207+144+27=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF901B is #306FE4. Grayscale: #969696. Windows color (decimal): -3174373 or 1806543. OLE color: 1806543.
HSL color Cylindrical-coordinate representation of color #CF901B: hue angle of 39º 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 #CF901B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 27 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.19 |
| HSL | 39º | 0.77% | 0.46% | - |
| HSV(B) | 39º | 0.87% | 0.81% | - |
| XYZ | 35.9 | 33.29 | 5.57 | - |
| YUV | 149.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 27 | 0 | 0.30 | 0.87 | 0.19 | 39 | 0.77 | 0.46 |
| Hex | CF | 90 | 1B | 0 | 1E | 57 | 13 | 27 | 4D | 2E |
| Octal | 317 | 220 | 33 | 0 | 36 | 127 | 23 | 47 | 115 | 56 |
| Binary | 11001111 | 10010000 | 11011 | 0 | 11110 | 1010111 | 10011 | 100111 | 1001101 | 101110 |
Color Harmonies of #CF901B
Complementary color
Monochromatic Colors of #CF901B
Black with #CF901B
Text Example
Text Example
White with #CF901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF901B; }
p { color: rgb(207,144,27); }
H1.HeaderClassName
{
color: #CF901B;
}
.AnyTagClassName
{
color: #CF901B;
}
</style>
background-color css
<style>
a { background-color: #CF901B; }
a { background-color: rgb(207,144,27); }
div.DivClassName
{
background-color: #CF901B;
}
.BgClassName
{
background-color: #CF901B;
}
</style>
border-color css
<style>
span { border-color: #CF901B; }
span { border-color: rgb(207,144,27); }
td.TdClassName
{
border-color: #CF901B;
}
.TagClassName
{
border-color: #CF901B;
}
</style>