Shades of Buttercup #CC9520
Tints of Buttercup #CC9520
RGB
CMYK
RGB Variations
Color information
#CC9520 (or 0xCC9520) is known color: Buttercup. HEX triplet: CC, 95 and 20. RGB value is (204,149,32). Sum of RGB (Red+Green+Blue) = 204+149+32=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9520 is #336ADF. Grayscale: #989898. Windows color (decimal): -3369696 or 2135500. OLE color: 2135500.
HSL color Cylindrical-coordinate representation of color #CC9520: hue angle of 40.81º 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 #CC9520 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 32 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.2 |
| HSL | 40.81º | 0.73% | 0.46% | - |
| HSV(B) | 40.81º | 0.84% | 0.8% | - |
| XYZ | 35.91 | 34.44 | 6.12 | - |
| YUV | 152.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 32 | 0 | 0.27 | 0.84 | 0.2 | 40.81 | 0.73 | 0.46 |
| Hex | CC | 95 | 20 | 0 | 1B | 54 | 14 | 29 | 49 | 2E |
| Octal | 314 | 225 | 40 | 0 | 33 | 124 | 24 | 51 | 111 | 56 |
| Binary | 11001100 | 10010101 | 100000 | 0 | 11011 | 1010100 | 10100 | 101001 | 1001001 | 101110 |
Color Harmonies of #CC9520
Complementary color
Monochromatic Colors of #CC9520
Black with #CC9520
Text Example
Text Example
White with #CC9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9520; }
p { color: rgb(204,149,32); }
H1.HeaderClassName
{
color: #CC9520;
}
.AnyTagClassName
{
color: #CC9520;
}
</style>
background-color css
<style>
a { background-color: #CC9520; }
a { background-color: rgb(204,149,32); }
div.DivClassName
{
background-color: #CC9520;
}
.BgClassName
{
background-color: #CC9520;
}
</style>
border-color css
<style>
span { border-color: #CC9520; }
span { border-color: rgb(204,149,32); }
td.TdClassName
{
border-color: #CC9520;
}
.TagClassName
{
border-color: #CC9520;
}
</style>