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