Shades of Buttercup #CC8F24
Tints of Buttercup #CC8F24
RGB
CMYK
RGB Variations
Color information
#CC8F24 (or 0xCC8F24) is known color: Buttercup. HEX triplet: CC, 8F and 24. RGB value is (204,143,36). Sum of RGB (Red+Green+Blue) = 204+143+36=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F24 is #3370DB. Grayscale: #959595. Windows color (decimal): -3371228 or 2396108. OLE color: 2396108.
HSL color Cylindrical-coordinate representation of color #CC8F24: hue angle of 38.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8F24 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 36 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.2 |
| HSL | 38.21º | 0.7% | 0.47% | - |
| HSV(B) | 38.21º | 0.82% | 0.8% | - |
| XYZ | 35.04 | 32.61 | 6.12 | - |
| YUV | 149.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 36 | 0 | 0.30 | 0.82 | 0.2 | 38.21 | 0.7 | 0.47 |
| Hex | CC | 8F | 24 | 0 | 1E | 52 | 14 | 26 | 46 | 2F |
| Octal | 314 | 217 | 44 | 0 | 36 | 122 | 24 | 46 | 106 | 57 |
| Binary | 11001100 | 10001111 | 100100 | 0 | 11110 | 1010010 | 10100 | 100110 | 1000110 | 101111 |
Color Harmonies of #CC8F24
Complementary color
Monochromatic Colors of #CC8F24
Black with #CC8F24
Text Example
Text Example
White with #CC8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F24; }
p { color: rgb(204,143,36); }
H1.HeaderClassName
{
color: #CC8F24;
}
.AnyTagClassName
{
color: #CC8F24;
}
</style>
background-color css
<style>
a { background-color: #CC8F24; }
a { background-color: rgb(204,143,36); }
div.DivClassName
{
background-color: #CC8F24;
}
.BgClassName
{
background-color: #CC8F24;
}
</style>
border-color css
<style>
span { border-color: #CC8F24; }
span { border-color: rgb(204,143,36); }
td.TdClassName
{
border-color: #CC8F24;
}
.TagClassName
{
border-color: #CC8F24;
}
</style>