Shades of Buttercup #CF8B22
Tints of Buttercup #CF8B22
RGB
CMYK
RGB Variations
Color information
#CF8B22 (or 0xCF8B22) is known color: Buttercup. HEX triplet: CF, 8B and 22. RGB value is (207,139,34). Sum of RGB (Red+Green+Blue) = 207+139+34=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B22 is #3074DD. Grayscale: #939393. Windows color (decimal): -3175646 or 2264015. OLE color: 2264015.
HSL color Cylindrical-coordinate representation of color #CF8B22: hue angle of 36.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF8B22 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 34 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.19 |
| HSL | 36.42º | 0.72% | 0.47% | - |
| HSV(B) | 36.42º | 0.84% | 0.81% | - |
| XYZ | 35.25 | 31.85 | 5.8 | - |
| YUV | 147.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 34 | 0 | 0.33 | 0.84 | 0.19 | 36.42 | 0.72 | 0.47 |
| Hex | CF | 8B | 22 | 0 | 21 | 54 | 13 | 24 | 48 | 2F |
| Octal | 317 | 213 | 42 | 0 | 41 | 124 | 23 | 44 | 110 | 57 |
| Binary | 11001111 | 10001011 | 100010 | 0 | 100001 | 1010100 | 10011 | 100100 | 1001000 | 101111 |
Color Harmonies of #CF8B22
Complementary color
Monochromatic Colors of #CF8B22
Black with #CF8B22
Text Example
Text Example
White with #CF8B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B22; }
p { color: rgb(207,139,34); }
H1.HeaderClassName
{
color: #CF8B22;
}
.AnyTagClassName
{
color: #CF8B22;
}
</style>
background-color css
<style>
a { background-color: #CF8B22; }
a { background-color: rgb(207,139,34); }
div.DivClassName
{
background-color: #CF8B22;
}
.BgClassName
{
background-color: #CF8B22;
}
</style>
border-color css
<style>
span { border-color: #CF8B22; }
span { border-color: rgb(207,139,34); }
td.TdClassName
{
border-color: #CF8B22;
}
.TagClassName
{
border-color: #CF8B22;
}
</style>