Shades of Buttercup #CC951E
Tints of Buttercup #CC951E
RGB
CMYK
RGB Variations
Color information
#CC951E (or 0xCC951E) is known color: Buttercup. HEX triplet: CC, 95 and 1E. RGB value is (204,149,30). Sum of RGB (Red+Green+Blue) = 204+149+30=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC951E is #336AE1. Grayscale: #989898. Windows color (decimal): -3369698 or 2004428. OLE color: 2004428.
HSL color Cylindrical-coordinate representation of color #CC951E: hue angle of 41.03º 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 #CC951E is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 30 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.2 |
| HSL | 41.03º | 0.74% | 0.46% | - |
| HSV(B) | 41.03º | 0.85% | 0.8% | - |
| XYZ | 35.88 | 34.43 | 5.98 | - |
| YUV | 151.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 30 | 0 | 0.27 | 0.85 | 0.2 | 41.03 | 0.74 | 0.46 |
| Hex | CC | 95 | 1E | 0 | 1B | 55 | 14 | 29 | 4A | 2E |
| Octal | 314 | 225 | 36 | 0 | 33 | 125 | 24 | 51 | 112 | 56 |
| Binary | 11001100 | 10010101 | 11110 | 0 | 11011 | 1010101 | 10100 | 101001 | 1001010 | 101110 |
Color Harmonies of #CC951E
Complementary color
Monochromatic Colors of #CC951E
Black with #CC951E
Text Example
Text Example
White with #CC951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC951E; }
p { color: rgb(204,149,30); }
H1.HeaderClassName
{
color: #CC951E;
}
.AnyTagClassName
{
color: #CC951E;
}
</style>
background-color css
<style>
a { background-color: #CC951E; }
a { background-color: rgb(204,149,30); }
div.DivClassName
{
background-color: #CC951E;
}
.BgClassName
{
background-color: #CC951E;
}
</style>
border-color css
<style>
span { border-color: #CC951E; }
span { border-color: rgb(204,149,30); }
td.TdClassName
{
border-color: #CC951E;
}
.TagClassName
{
border-color: #CC951E;
}
</style>