Shades of Buttercup #CF8B23
Tints of Buttercup #CF8B23
RGB
CMYK
RGB Variations
Color information
#CF8B23 (or 0xCF8B23) is known color: Buttercup. HEX triplet: CF, 8B and 23. RGB value is (207,139,35). Sum of RGB (Red+Green+Blue) = 207+139+35=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B23 is #3074DC. Grayscale: #939393. Windows color (decimal): -3175645 or 2329551. OLE color: 2329551.
HSL color Cylindrical-coordinate representation of color #CF8B23: hue angle of 36.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8B23 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 35 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.19 |
| HSL | 36.28º | 0.71% | 0.47% | - |
| HSV(B) | 36.28º | 0.83% | 0.81% | - |
| XYZ | 35.27 | 31.85 | 5.88 | - |
| YUV | 147.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 35 | 0 | 0.33 | 0.83 | 0.19 | 36.28 | 0.71 | 0.47 |
| Hex | CF | 8B | 23 | 0 | 21 | 53 | 13 | 24 | 47 | 2F |
| Octal | 317 | 213 | 43 | 0 | 41 | 123 | 23 | 44 | 107 | 57 |
| Binary | 11001111 | 10001011 | 100011 | 0 | 100001 | 1010011 | 10011 | 100100 | 1000111 | 101111 |
Color Harmonies of #CF8B23
Complementary color
Monochromatic Colors of #CF8B23
Black with #CF8B23
Text Example
Text Example
White with #CF8B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B23; }
p { color: rgb(207,139,35); }
H1.HeaderClassName
{
color: #CF8B23;
}
.AnyTagClassName
{
color: #CF8B23;
}
</style>
background-color css
<style>
a { background-color: #CF8B23; }
a { background-color: rgb(207,139,35); }
div.DivClassName
{
background-color: #CF8B23;
}
.BgClassName
{
background-color: #CF8B23;
}
</style>
border-color css
<style>
span { border-color: #CF8B23; }
span { border-color: rgb(207,139,35); }
td.TdClassName
{
border-color: #CF8B23;
}
.TagClassName
{
border-color: #CF8B23;
}
</style>