Shades of Buttercup #CC9326
Tints of Buttercup #CC9326
RGB
CMYK
RGB Variations
Color information
#CC9326 (or 0xCC9326) is known color: Buttercup. HEX triplet: CC, 93 and 26. RGB value is (204,147,38). Sum of RGB (Red+Green+Blue) = 204+147+38=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9326 is #336CD9. Grayscale: #989898. Windows color (decimal): -3370202 or 2528204. OLE color: 2528204.
HSL color Cylindrical-coordinate representation of color #CC9326: hue angle of 39.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9326 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 38 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.2 |
| HSL | 39.4º | 0.69% | 0.47% | - |
| HSV(B) | 39.4º | 0.81% | 0.8% | - |
| XYZ | 35.69 | 33.84 | 6.49 | - |
| YUV | 151.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 38 | 0 | 0.28 | 0.81 | 0.2 | 39.4 | 0.69 | 0.47 |
| Hex | CC | 93 | 26 | 0 | 1C | 51 | 14 | 27 | 45 | 2F |
| Octal | 314 | 223 | 46 | 0 | 34 | 121 | 24 | 47 | 105 | 57 |
| Binary | 11001100 | 10010011 | 100110 | 0 | 11100 | 1010001 | 10100 | 100111 | 1000101 | 101111 |
Color Harmonies of #CC9326
Complementary color
Monochromatic Colors of #CC9326
Black with #CC9326
Text Example
Text Example
White with #CC9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9326; }
p { color: rgb(204,147,38); }
H1.HeaderClassName
{
color: #CC9326;
}
.AnyTagClassName
{
color: #CC9326;
}
</style>
background-color css
<style>
a { background-color: #CC9326; }
a { background-color: rgb(204,147,38); }
div.DivClassName
{
background-color: #CC9326;
}
.BgClassName
{
background-color: #CC9326;
}
</style>
border-color css
<style>
span { border-color: #CC9326; }
span { border-color: rgb(204,147,38); }
td.TdClassName
{
border-color: #CC9326;
}
.TagClassName
{
border-color: #CC9326;
}
</style>