Shades of Buttercup #CC8D1E
Tints of Buttercup #CC8D1E
RGB
CMYK
RGB Variations
Color information
#CC8D1E (or 0xCC8D1E) is known color: Buttercup. HEX triplet: CC, 8D and 1E. RGB value is (204,141,30). Sum of RGB (Red+Green+Blue) = 204+141+30=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D1E is #3372E1. Grayscale: #939393. Windows color (decimal): -3371746 or 2002380. OLE color: 2002380.
HSL color Cylindrical-coordinate representation of color #CC8D1E: hue angle of 38.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC8D1E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 30 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.2 |
| HSL | 38.28º | 0.74% | 0.46% | - |
| HSV(B) | 38.28º | 0.85% | 0.8% | - |
| XYZ | 34.66 | 31.98 | 5.57 | - |
| YUV | 147.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 30 | 0 | 0.31 | 0.85 | 0.2 | 38.28 | 0.74 | 0.46 |
| Hex | CC | 8D | 1E | 0 | 1F | 55 | 14 | 26 | 4A | 2E |
| Octal | 314 | 215 | 36 | 0 | 37 | 125 | 24 | 46 | 112 | 56 |
| Binary | 11001100 | 10001101 | 11110 | 0 | 11111 | 1010101 | 10100 | 100110 | 1001010 | 101110 |
Color Harmonies of #CC8D1E
Complementary color
Monochromatic Colors of #CC8D1E
Black with #CC8D1E
Text Example
Text Example
White with #CC8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D1E; }
p { color: rgb(204,141,30); }
H1.HeaderClassName
{
color: #CC8D1E;
}
.AnyTagClassName
{
color: #CC8D1E;
}
</style>
background-color css
<style>
a { background-color: #CC8D1E; }
a { background-color: rgb(204,141,30); }
div.DivClassName
{
background-color: #CC8D1E;
}
.BgClassName
{
background-color: #CC8D1E;
}
</style>
border-color css
<style>
span { border-color: #CC8D1E; }
span { border-color: rgb(204,141,30); }
td.TdClassName
{
border-color: #CC8D1E;
}
.TagClassName
{
border-color: #CC8D1E;
}
</style>