Shades of Buttercup #CC9120
Tints of Buttercup #CC9120
RGB
CMYK
RGB Variations
Color information
#CC9120 (or 0xCC9120) is known color: Buttercup. HEX triplet: CC, 91 and 20. RGB value is (204,145,32). Sum of RGB (Red+Green+Blue) = 204+145+32=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9120 is #336EDF. Grayscale: #969696. Windows color (decimal): -3370720 or 2134476. OLE color: 2134476.
HSL color Cylindrical-coordinate representation of color #CC9120: hue angle of 39.42º 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 #CC9120 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 32 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.2 |
| HSL | 39.42º | 0.73% | 0.46% | - |
| HSV(B) | 39.42º | 0.84% | 0.8% | - |
| XYZ | 35.29 | 33.19 | 5.91 | - |
| YUV | 149.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 32 | 0 | 0.29 | 0.84 | 0.2 | 39.42 | 0.73 | 0.46 |
| Hex | CC | 91 | 20 | 0 | 1D | 54 | 14 | 27 | 49 | 2E |
| Octal | 314 | 221 | 40 | 0 | 35 | 124 | 24 | 47 | 111 | 56 |
| Binary | 11001100 | 10010001 | 100000 | 0 | 11101 | 1010100 | 10100 | 100111 | 1001001 | 101110 |
Color Harmonies of #CC9120
Complementary color
Monochromatic Colors of #CC9120
Black with #CC9120
Text Example
Text Example
White with #CC9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9120; }
p { color: rgb(204,145,32); }
H1.HeaderClassName
{
color: #CC9120;
}
.AnyTagClassName
{
color: #CC9120;
}
</style>
background-color css
<style>
a { background-color: #CC9120; }
a { background-color: rgb(204,145,32); }
div.DivClassName
{
background-color: #CC9120;
}
.BgClassName
{
background-color: #CC9120;
}
</style>
border-color css
<style>
span { border-color: #CC9120; }
span { border-color: rgb(204,145,32); }
td.TdClassName
{
border-color: #CC9120;
}
.TagClassName
{
border-color: #CC9120;
}
</style>