Shades of Buttercup #CC9121
Tints of Buttercup #CC9121
RGB
CMYK
RGB Variations
Color information
#CC9121 (or 0xCC9121) is known color: Buttercup. HEX triplet: CC, 91 and 21. RGB value is (204,145,33). Sum of RGB (Red+Green+Blue) = 204+145+33=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9121 is #336EDE. Grayscale: #969696. Windows color (decimal): -3370719 or 2200012. OLE color: 2200012.
HSL color Cylindrical-coordinate representation of color #CC9121: hue angle of 39.3º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC9121 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.2 |
| HSL | 39.3º | 0.72% | 0.46% | - |
| HSV(B) | 39.3º | 0.84% | 0.8% | - |
| XYZ | 35.3 | 33.2 | 5.99 | - |
| YUV | 149.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 33 | 0 | 0.29 | 0.84 | 0.2 | 39.3 | 0.72 | 0.46 |
| Hex | CC | 91 | 21 | 0 | 1D | 54 | 14 | 27 | 48 | 2E |
| Octal | 314 | 221 | 41 | 0 | 35 | 124 | 24 | 47 | 110 | 56 |
| Binary | 11001100 | 10010001 | 100001 | 0 | 11101 | 1010100 | 10100 | 100111 | 1001000 | 101110 |
Color Harmonies of #CC9121
Complementary color
Monochromatic Colors of #CC9121
Black with #CC9121
Text Example
Text Example
White with #CC9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9121; }
p { color: rgb(204,145,33); }
H1.HeaderClassName
{
color: #CC9121;
}
.AnyTagClassName
{
color: #CC9121;
}
</style>
background-color css
<style>
a { background-color: #CC9121; }
a { background-color: rgb(204,145,33); }
div.DivClassName
{
background-color: #CC9121;
}
.BgClassName
{
background-color: #CC9121;
}
</style>
border-color css
<style>
span { border-color: #CC9121; }
span { border-color: rgb(204,145,33); }
td.TdClassName
{
border-color: #CC9121;
}
.TagClassName
{
border-color: #CC9121;
}
</style>