Shades of Buttercup #CC9624
Tints of Buttercup #CC9624
RGB
CMYK
RGB Variations
Color information
#CC9624 (or 0xCC9624) is known color: Buttercup. HEX triplet: CC, 96 and 24. RGB value is (204,150,36). Sum of RGB (Red+Green+Blue) = 204+150+36=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9624 is #3369DB. Grayscale: #999999. Windows color (decimal): -3369436 or 2397900. OLE color: 2397900.
HSL color Cylindrical-coordinate representation of color #CC9624: hue angle of 40.71º 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 #CC9624 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 36 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.2 |
| HSL | 40.71º | 0.7% | 0.47% | - |
| HSV(B) | 40.71º | 0.82% | 0.8% | - |
| XYZ | 36.13 | 34.78 | 6.48 | - |
| YUV | 153.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 36 | 0 | 0.26 | 0.82 | 0.2 | 40.71 | 0.7 | 0.47 |
| Hex | CC | 96 | 24 | 0 | 1A | 52 | 14 | 29 | 46 | 2F |
| Octal | 314 | 226 | 44 | 0 | 32 | 122 | 24 | 51 | 106 | 57 |
| Binary | 11001100 | 10010110 | 100100 | 0 | 11010 | 1010010 | 10100 | 101001 | 1000110 | 101111 |
Color Harmonies of #CC9624
Complementary color
Monochromatic Colors of #CC9624
Black with #CC9624
Text Example
Text Example
White with #CC9624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9624; }
p { color: rgb(204,150,36); }
H1.HeaderClassName
{
color: #CC9624;
}
.AnyTagClassName
{
color: #CC9624;
}
</style>
background-color css
<style>
a { background-color: #CC9624; }
a { background-color: rgb(204,150,36); }
div.DivClassName
{
background-color: #CC9624;
}
.BgClassName
{
background-color: #CC9624;
}
</style>
border-color css
<style>
span { border-color: #CC9624; }
span { border-color: rgb(204,150,36); }
td.TdClassName
{
border-color: #CC9624;
}
.TagClassName
{
border-color: #CC9624;
}
</style>