Shades of Buttercup #CC9627
Tints of Buttercup #CC9627
RGB
CMYK
RGB Variations
Color information
#CC9627 (or 0xCC9627) is known color: Buttercup. HEX triplet: CC, 96 and 27. RGB value is (204,150,39). Sum of RGB (Red+Green+Blue) = 204+150+39=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9627 is #3369D8. Grayscale: #999999. Windows color (decimal): -3369433 or 2594508. OLE color: 2594508.
HSL color Cylindrical-coordinate representation of color #CC9627: hue angle of 40.36º 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 #CC9627 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 39 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.2 |
| HSL | 40.36º | 0.68% | 0.48% | - |
| HSV(B) | 40.36º | 0.81% | 0.8% | - |
| XYZ | 36.17 | 34.8 | 6.73 | - |
| YUV | 153.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 39 | 0 | 0.26 | 0.81 | 0.2 | 40.36 | 0.68 | 0.48 |
| Hex | CC | 96 | 27 | 0 | 1A | 51 | 14 | 28 | 44 | 30 |
| Octal | 314 | 226 | 47 | 0 | 32 | 121 | 24 | 50 | 104 | 60 |
| Binary | 11001100 | 10010110 | 100111 | 0 | 11010 | 1010001 | 10100 | 101000 | 1000100 | 110000 |
Color Harmonies of #CC9627
Complementary color
Monochromatic Colors of #CC9627
Black with #CC9627
Text Example
Text Example
White with #CC9627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9627; }
p { color: rgb(204,150,39); }
H1.HeaderClassName
{
color: #CC9627;
}
.AnyTagClassName
{
color: #CC9627;
}
</style>
background-color css
<style>
a { background-color: #CC9627; }
a { background-color: rgb(204,150,39); }
div.DivClassName
{
background-color: #CC9627;
}
.BgClassName
{
background-color: #CC9627;
}
</style>
border-color css
<style>
span { border-color: #CC9627; }
span { border-color: rgb(204,150,39); }
td.TdClassName
{
border-color: #CC9627;
}
.TagClassName
{
border-color: #CC9627;
}
</style>