Shades of Buttercup #CC9826
Tints of Buttercup #CC9826
RGB
CMYK
RGB Variations
Color information
#CC9826 (or 0xCC9826) is known color: Buttercup. HEX triplet: CC, 98 and 26. RGB value is (204,152,38). Sum of RGB (Red+Green+Blue) = 204+152+38=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9826 is #3367D9. Grayscale: #9B9B9B. Windows color (decimal): -3368922 or 2529484. OLE color: 2529484.
HSL color Cylindrical-coordinate representation of color #CC9826: hue angle of 41.2º 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 #CC9826 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 38 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.2 |
| HSL | 41.2º | 0.69% | 0.47% | - |
| HSV(B) | 41.2º | 0.81% | 0.8% | - |
| XYZ | 36.48 | 35.43 | 6.75 | - |
| YUV | 154.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 38 | 0 | 0.25 | 0.81 | 0.2 | 41.2 | 0.69 | 0.47 |
| Hex | CC | 98 | 26 | 0 | 19 | 51 | 14 | 29 | 45 | 2F |
| Octal | 314 | 230 | 46 | 0 | 31 | 121 | 24 | 51 | 105 | 57 |
| Binary | 11001100 | 10011000 | 100110 | 0 | 11001 | 1010001 | 10100 | 101001 | 1000101 | 101111 |
Color Harmonies of #CC9826
Complementary color
Monochromatic Colors of #CC9826
Black with #CC9826
Text Example
Text Example
White with #CC9826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9826; }
p { color: rgb(204,152,38); }
H1.HeaderClassName
{
color: #CC9826;
}
.AnyTagClassName
{
color: #CC9826;
}
</style>
background-color css
<style>
a { background-color: #CC9826; }
a { background-color: rgb(204,152,38); }
div.DivClassName
{
background-color: #CC9826;
}
.BgClassName
{
background-color: #CC9826;
}
</style>
border-color css
<style>
span { border-color: #CC9826; }
span { border-color: rgb(204,152,38); }
td.TdClassName
{
border-color: #CC9826;
}
.TagClassName
{
border-color: #CC9826;
}
</style>