Shades of Buttercup #CC9924
Tints of Buttercup #CC9924
RGB
CMYK
RGB Variations
Color information
#CC9924 (or 0xCC9924) is known color: Buttercup. HEX triplet: CC, 99 and 24. RGB value is (204,153,36). Sum of RGB (Red+Green+Blue) = 204+153+36=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9924 is #3366DB. Grayscale: #9B9B9B. Windows color (decimal): -3368668 or 2398668. OLE color: 2398668.
HSL color Cylindrical-coordinate representation of color #CC9924: hue angle of 41.79º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC9924 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 36 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.2 |
| HSL | 41.79º | 0.7% | 0.47% | - |
| HSV(B) | 41.79º | 0.82% | 0.8% | - |
| XYZ | 36.61 | 35.75 | 6.64 | - |
| YUV | 154.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 36 | 0 | 0.25 | 0.82 | 0.2 | 41.79 | 0.7 | 0.47 |
| Hex | CC | 99 | 24 | 0 | 19 | 52 | 14 | 2A | 46 | 2F |
| Octal | 314 | 231 | 44 | 0 | 31 | 122 | 24 | 52 | 106 | 57 |
| Binary | 11001100 | 10011001 | 100100 | 0 | 11001 | 1010010 | 10100 | 101010 | 1000110 | 101111 |
Color Harmonies of #CC9924
Complementary color
Monochromatic Colors of #CC9924
Black with #CC9924
Text Example
Text Example
White with #CC9924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9924; }
p { color: rgb(204,153,36); }
H1.HeaderClassName
{
color: #CC9924;
}
.AnyTagClassName
{
color: #CC9924;
}
</style>
background-color css
<style>
a { background-color: #CC9924; }
a { background-color: rgb(204,153,36); }
div.DivClassName
{
background-color: #CC9924;
}
.BgClassName
{
background-color: #CC9924;
}
</style>
border-color css
<style>
span { border-color: #CC9924; }
span { border-color: rgb(204,153,36); }
td.TdClassName
{
border-color: #CC9924;
}
.TagClassName
{
border-color: #CC9924;
}
</style>