Shades of Buttercup #CC8F19
Tints of Buttercup #CC8F19
RGB
CMYK
RGB Variations
Color information
#CC8F19 (or 0xCC8F19) is known color: Buttercup. HEX triplet: CC, 8F and 19. RGB value is (204,143,25). Sum of RGB (Red+Green+Blue) = 204+143+25=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F19 is #3370E6. Grayscale: #949494. Windows color (decimal): -3371239 or 1675212. OLE color: 1675212.
HSL color Cylindrical-coordinate representation of color #CC8F19: hue angle of 39.55º degrees, saturation: 0.78, 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 #CC8F19 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 25 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.2 |
| HSL | 39.55º | 0.78% | 0.45% | - |
| HSV(B) | 39.55º | 0.88% | 0.8% | - |
| XYZ | 34.9 | 32.55 | 5.36 | - |
| YUV | 147.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 25 | 0 | 0.30 | 0.88 | 0.2 | 39.55 | 0.78 | 0.45 |
| Hex | CC | 8F | 19 | 0 | 1E | 58 | 14 | 28 | 4E | 2D |
| Octal | 314 | 217 | 31 | 0 | 36 | 130 | 24 | 50 | 116 | 55 |
| Binary | 11001100 | 10001111 | 11001 | 0 | 11110 | 1011000 | 10100 | 101000 | 1001110 | 101101 |
Color Harmonies of #CC8F19
Complementary color
Monochromatic Colors of #CC8F19
Black with #CC8F19
Text Example
Text Example
White with #CC8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F19; }
p { color: rgb(204,143,25); }
H1.HeaderClassName
{
color: #CC8F19;
}
.AnyTagClassName
{
color: #CC8F19;
}
</style>
background-color css
<style>
a { background-color: #CC8F19; }
a { background-color: rgb(204,143,25); }
div.DivClassName
{
background-color: #CC8F19;
}
.BgClassName
{
background-color: #CC8F19;
}
</style>
border-color css
<style>
span { border-color: #CC8F19; }
span { border-color: rgb(204,143,25); }
td.TdClassName
{
border-color: #CC8F19;
}
.TagClassName
{
border-color: #CC8F19;
}
</style>