Shades of Buttercup #CC931C
Tints of Buttercup #CC931C
RGB
CMYK
RGB Variations
Color information
#CC931C (or 0xCC931C) is known color: Buttercup. HEX triplet: CC, 93 and 1C. RGB value is (204,147,28). Sum of RGB (Red+Green+Blue) = 204+147+28=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC931C is #336CE3. Grayscale: #979797. Windows color (decimal): -3370212 or 1872844. OLE color: 1872844.
HSL color Cylindrical-coordinate representation of color #CC931C: hue angle of 40.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC931C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.2 |
| HSL | 40.57º | 0.76% | 0.45% | - |
| HSV(B) | 40.57º | 0.86% | 0.8% | - |
| XYZ | 35.55 | 33.79 | 5.75 | - |
| YUV | 150.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 28 | 0 | 0.28 | 0.86 | 0.2 | 40.57 | 0.76 | 0.45 |
| Hex | CC | 93 | 1C | 0 | 1C | 56 | 14 | 29 | 4C | 2D |
| Octal | 314 | 223 | 34 | 0 | 34 | 126 | 24 | 51 | 114 | 55 |
| Binary | 11001100 | 10010011 | 11100 | 0 | 11100 | 1010110 | 10100 | 101001 | 1001100 | 101101 |
Color Harmonies of #CC931C
Complementary color
Monochromatic Colors of #CC931C
Black with #CC931C
Text Example
Text Example
White with #CC931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC931C; }
p { color: rgb(204,147,28); }
H1.HeaderClassName
{
color: #CC931C;
}
.AnyTagClassName
{
color: #CC931C;
}
</style>
background-color css
<style>
a { background-color: #CC931C; }
a { background-color: rgb(204,147,28); }
div.DivClassName
{
background-color: #CC931C;
}
.BgClassName
{
background-color: #CC931C;
}
</style>
border-color css
<style>
span { border-color: #CC931C; }
span { border-color: rgb(204,147,28); }
td.TdClassName
{
border-color: #CC931C;
}
.TagClassName
{
border-color: #CC931C;
}
</style>