Shades of Buttercup #CF941C
Tints of Buttercup #CF941C
RGB
CMYK
RGB Variations
Color information
#CF941C (or 0xCF941C) is known color: Buttercup. HEX triplet: CF, 94 and 1C. RGB value is (207,148,28). Sum of RGB (Red+Green+Blue) = 207+148+28=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF941C is #306BE3. Grayscale: #989898. Windows color (decimal): -3173348 or 1873103. OLE color: 1873103.
HSL color Cylindrical-coordinate representation of color #CF941C: hue angle of 40.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF941C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.19 |
| HSL | 40.22º | 0.76% | 0.46% | - |
| HSV(B) | 40.22º | 0.86% | 0.81% | - |
| XYZ | 36.53 | 34.53 | 5.84 | - |
| YUV | 151.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 28 | 0 | 0.29 | 0.86 | 0.19 | 40.22 | 0.76 | 0.46 |
| Hex | CF | 94 | 1C | 0 | 1D | 56 | 13 | 28 | 4C | 2E |
| Octal | 317 | 224 | 34 | 0 | 35 | 126 | 23 | 50 | 114 | 56 |
| Binary | 11001111 | 10010100 | 11100 | 0 | 11101 | 1010110 | 10011 | 101000 | 1001100 | 101110 |
Color Harmonies of #CF941C
Complementary color
Monochromatic Colors of #CF941C
Black with #CF941C
Text Example
Text Example
White with #CF941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF941C; }
p { color: rgb(207,148,28); }
H1.HeaderClassName
{
color: #CF941C;
}
.AnyTagClassName
{
color: #CF941C;
}
</style>
background-color css
<style>
a { background-color: #CF941C; }
a { background-color: rgb(207,148,28); }
div.DivClassName
{
background-color: #CF941C;
}
.BgClassName
{
background-color: #CF941C;
}
</style>
border-color css
<style>
span { border-color: #CF941C; }
span { border-color: rgb(207,148,28); }
td.TdClassName
{
border-color: #CF941C;
}
.TagClassName
{
border-color: #CF941C;
}
</style>