Shades of Buttercup #CC9220
Tints of Buttercup #CC9220
RGB
CMYK
RGB Variations
Color information
#CC9220 (or 0xCC9220) is known color: Buttercup. HEX triplet: CC, 92 and 20. RGB value is (204,146,32). Sum of RGB (Red+Green+Blue) = 204+146+32=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9220 is #336DDF. Grayscale: #969696. Windows color (decimal): -3370464 or 2134732. OLE color: 2134732.
HSL color Cylindrical-coordinate representation of color #CC9220: hue angle of 39.77º degrees, saturation: 0.73, 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 #CC9220 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 32 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.2 |
| HSL | 39.77º | 0.73% | 0.46% | - |
| HSV(B) | 39.77º | 0.84% | 0.8% | - |
| XYZ | 35.44 | 33.5 | 5.96 | - |
| YUV | 150.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 32 | 0 | 0.28 | 0.84 | 0.2 | 39.77 | 0.73 | 0.46 |
| Hex | CC | 92 | 20 | 0 | 1C | 54 | 14 | 28 | 49 | 2E |
| Octal | 314 | 222 | 40 | 0 | 34 | 124 | 24 | 50 | 111 | 56 |
| Binary | 11001100 | 10010010 | 100000 | 0 | 11100 | 1010100 | 10100 | 101000 | 1001001 | 101110 |
Color Harmonies of #CC9220
Complementary color
Monochromatic Colors of #CC9220
Black with #CC9220
Text Example
Text Example
White with #CC9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9220; }
p { color: rgb(204,146,32); }
H1.HeaderClassName
{
color: #CC9220;
}
.AnyTagClassName
{
color: #CC9220;
}
</style>
background-color css
<style>
a { background-color: #CC9220; }
a { background-color: rgb(204,146,32); }
div.DivClassName
{
background-color: #CC9220;
}
.BgClassName
{
background-color: #CC9220;
}
</style>
border-color css
<style>
span { border-color: #CC9220; }
span { border-color: rgb(204,146,32); }
td.TdClassName
{
border-color: #CC9220;
}
.TagClassName
{
border-color: #CC9220;
}
</style>