Shades of Buttercup #CC911E
Tints of Buttercup #CC911E
RGB
CMYK
RGB Variations
Color information
#CC911E (or 0xCC911E) is known color: Buttercup. HEX triplet: CC, 91 and 1E. RGB value is (204,145,30). Sum of RGB (Red+Green+Blue) = 204+145+30=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC911E is #336EE1. Grayscale: #969696. Windows color (decimal): -3370722 or 2003404. OLE color: 2003404.
HSL color Cylindrical-coordinate representation of color #CC911E: hue angle of 39.66º 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 #CC911E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 30 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.2 |
| HSL | 39.66º | 0.74% | 0.46% | - |
| HSV(B) | 39.66º | 0.85% | 0.8% | - |
| XYZ | 35.26 | 33.18 | 5.77 | - |
| YUV | 149.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 30 | 0 | 0.29 | 0.85 | 0.2 | 39.66 | 0.74 | 0.46 |
| Hex | CC | 91 | 1E | 0 | 1D | 55 | 14 | 28 | 4A | 2E |
| Octal | 314 | 221 | 36 | 0 | 35 | 125 | 24 | 50 | 112 | 56 |
| Binary | 11001100 | 10010001 | 11110 | 0 | 11101 | 1010101 | 10100 | 101000 | 1001010 | 101110 |
Color Harmonies of #CC911E
Complementary color
Monochromatic Colors of #CC911E
Black with #CC911E
Text Example
Text Example
White with #CC911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC911E; }
p { color: rgb(204,145,30); }
H1.HeaderClassName
{
color: #CC911E;
}
.AnyTagClassName
{
color: #CC911E;
}
</style>
background-color css
<style>
a { background-color: #CC911E; }
a { background-color: rgb(204,145,30); }
div.DivClassName
{
background-color: #CC911E;
}
.BgClassName
{
background-color: #CC911E;
}
</style>
border-color css
<style>
span { border-color: #CC911E; }
span { border-color: rgb(204,145,30); }
td.TdClassName
{
border-color: #CC911E;
}
.TagClassName
{
border-color: #CC911E;
}
</style>