Shades of Buttercup #CC9A27
Tints of Buttercup #CC9A27
RGB
CMYK
RGB Variations
Color information
#CC9A27 (or 0xCC9A27) is known color: Buttercup. HEX triplet: CC, 9A and 27. RGB value is (204,154,39). Sum of RGB (Red+Green+Blue) = 204+154+39=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A27 is #3365D8. Grayscale: #9C9C9C. Windows color (decimal): -3368409 or 2595532. OLE color: 2595532.
HSL color Cylindrical-coordinate representation of color #CC9A27: hue angle of 41.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9A27 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 39 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.2 |
| HSL | 41.82º | 0.68% | 0.48% | - |
| HSV(B) | 41.82º | 0.81% | 0.8% | - |
| XYZ | 36.82 | 36.1 | 6.95 | - |
| YUV | 155.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 39 | 0 | 0.25 | 0.81 | 0.2 | 41.82 | 0.68 | 0.48 |
| Hex | CC | 9A | 27 | 0 | 19 | 51 | 14 | 2A | 44 | 30 |
| Octal | 314 | 232 | 47 | 0 | 31 | 121 | 24 | 52 | 104 | 60 |
| Binary | 11001100 | 10011010 | 100111 | 0 | 11001 | 1010001 | 10100 | 101010 | 1000100 | 110000 |
Color Harmonies of #CC9A27
Complementary color
Monochromatic Colors of #CC9A27
Black with #CC9A27
Text Example
Text Example
White with #CC9A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A27; }
p { color: rgb(204,154,39); }
H1.HeaderClassName
{
color: #CC9A27;
}
.AnyTagClassName
{
color: #CC9A27;
}
</style>
background-color css
<style>
a { background-color: #CC9A27; }
a { background-color: rgb(204,154,39); }
div.DivClassName
{
background-color: #CC9A27;
}
.BgClassName
{
background-color: #CC9A27;
}
</style>
border-color css
<style>
span { border-color: #CC9A27; }
span { border-color: rgb(204,154,39); }
td.TdClassName
{
border-color: #CC9A27;
}
.TagClassName
{
border-color: #CC9A27;
}
</style>