Shades of Buttercup #CC8F18
Tints of Buttercup #CC8F18
RGB
CMYK
RGB Variations
Color information
#CC8F18 (or 0xCC8F18) is known color: Buttercup. HEX triplet: CC, 8F and 18. RGB value is (204,143,24). Sum of RGB (Red+Green+Blue) = 204+143+24=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F18 is #3370E7. Grayscale: #949494. Windows color (decimal): -3371240 or 1609676. OLE color: 1609676.
HSL color Cylindrical-coordinate representation of color #CC8F18: hue angle of 39.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC8F18 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.2 |
| HSL | 39.67º | 0.79% | 0.45% | - |
| HSV(B) | 39.67º | 0.88% | 0.8% | - |
| XYZ | 34.89 | 32.55 | 5.31 | - |
| YUV | 147.67 | 58.21 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 24 | 0 | 0.30 | 0.88 | 0.2 | 39.67 | 0.79 | 0.45 |
| Hex | CC | 8F | 18 | 0 | 1E | 58 | 14 | 28 | 4F | 2D |
| Octal | 314 | 217 | 30 | 0 | 36 | 130 | 24 | 50 | 117 | 55 |
| Binary | 11001100 | 10001111 | 11000 | 0 | 11110 | 1011000 | 10100 | 101000 | 1001111 | 101101 |
Color Harmonies of #CC8F18
Complementary color
Monochromatic Colors of #CC8F18
Black with #CC8F18
Text Example
Text Example
White with #CC8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F18; }
p { color: rgb(204,143,24); }
H1.HeaderClassName
{
color: #CC8F18;
}
.AnyTagClassName
{
color: #CC8F18;
}
</style>
background-color css
<style>
a { background-color: #CC8F18; }
a { background-color: rgb(204,143,24); }
div.DivClassName
{
background-color: #CC8F18;
}
.BgClassName
{
background-color: #CC8F18;
}
</style>
border-color css
<style>
span { border-color: #CC8F18; }
span { border-color: rgb(204,143,24); }
td.TdClassName
{
border-color: #CC8F18;
}
.TagClassName
{
border-color: #CC8F18;
}
</style>