Shades of Buttercup #CC8C18
Tints of Buttercup #CC8C18
RGB
CMYK
RGB Variations
Color information
#CC8C18 (or 0xCC8C18) is known color: Buttercup. HEX triplet: CC, 8C and 18. RGB value is (204,140,24). Sum of RGB (Red+Green+Blue) = 204+140+24=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C18 is #3373E7. Grayscale: #929292. Windows color (decimal): -3372008 or 1608908. OLE color: 1608908.
HSL color Cylindrical-coordinate representation of color #CC8C18: hue angle of 38.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 #CC8C18 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 24 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.2 |
| HSL | 38.67º | 0.79% | 0.45% | - |
| HSV(B) | 38.67º | 0.88% | 0.8% | - |
| XYZ | 34.44 | 31.66 | 5.16 | - |
| YUV | 145.91 | 59.2 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 24 | 0 | 0.31 | 0.88 | 0.2 | 38.67 | 0.79 | 0.45 |
| Hex | CC | 8C | 18 | 0 | 1F | 58 | 14 | 27 | 4F | 2D |
| Octal | 314 | 214 | 30 | 0 | 37 | 130 | 24 | 47 | 117 | 55 |
| Binary | 11001100 | 10001100 | 11000 | 0 | 11111 | 1011000 | 10100 | 100111 | 1001111 | 101101 |
Color Harmonies of #CC8C18
Complementary color
Monochromatic Colors of #CC8C18
Black with #CC8C18
Text Example
Text Example
White with #CC8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C18; }
p { color: rgb(204,140,24); }
H1.HeaderClassName
{
color: #CC8C18;
}
.AnyTagClassName
{
color: #CC8C18;
}
</style>
background-color css
<style>
a { background-color: #CC8C18; }
a { background-color: rgb(204,140,24); }
div.DivClassName
{
background-color: #CC8C18;
}
.BgClassName
{
background-color: #CC8C18;
}
</style>
border-color css
<style>
span { border-color: #CC8C18; }
span { border-color: rgb(204,140,24); }
td.TdClassName
{
border-color: #CC8C18;
}
.TagClassName
{
border-color: #CC8C18;
}
</style>