Shades of Buttercup #CF8A1F
Tints of Buttercup #CF8A1F
RGB
CMYK
RGB Variations
Color information
#CF8A1F (or 0xCF8A1F) is known color: Buttercup. HEX triplet: CF, 8A and 1F. RGB value is (207,138,31). Sum of RGB (Red+Green+Blue) = 207+138+31=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A1F is #3075E0. Grayscale: #929292. Windows color (decimal): -3175905 or 2067151. OLE color: 2067151.
HSL color Cylindrical-coordinate representation of color #CF8A1F: hue angle of 36.48º degrees, saturation: 0.74, 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 #CF8A1F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.19 |
| HSL | 36.48º | 0.74% | 0.47% | - |
| HSV(B) | 36.48º | 0.85% | 0.81% | - |
| XYZ | 35.07 | 31.54 | 5.54 | - |
| YUV | 146.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 31 | 0 | 0.33 | 0.85 | 0.19 | 36.48 | 0.74 | 0.47 |
| Hex | CF | 8A | 1F | 0 | 21 | 55 | 13 | 24 | 4A | 2F |
| Octal | 317 | 212 | 37 | 0 | 41 | 125 | 23 | 44 | 112 | 57 |
| Binary | 11001111 | 10001010 | 11111 | 0 | 100001 | 1010101 | 10011 | 100100 | 1001010 | 101111 |
Color Harmonies of #CF8A1F
Complementary color
Monochromatic Colors of #CF8A1F
Black with #CF8A1F
Text Example
Text Example
White with #CF8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A1F; }
p { color: rgb(207,138,31); }
H1.HeaderClassName
{
color: #CF8A1F;
}
.AnyTagClassName
{
color: #CF8A1F;
}
</style>
background-color css
<style>
a { background-color: #CF8A1F; }
a { background-color: rgb(207,138,31); }
div.DivClassName
{
background-color: #CF8A1F;
}
.BgClassName
{
background-color: #CF8A1F;
}
</style>
border-color css
<style>
span { border-color: #CF8A1F; }
span { border-color: rgb(207,138,31); }
td.TdClassName
{
border-color: #CF8A1F;
}
.TagClassName
{
border-color: #CF8A1F;
}
</style>