Shades of Buttercup #CC941D
Tints of Buttercup #CC941D
RGB
CMYK
RGB Variations
Color information
#CC941D (or 0xCC941D) is known color: Buttercup. HEX triplet: CC, 94 and 1D. RGB value is (204,148,29). Sum of RGB (Red+Green+Blue) = 204+148+29=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC941D is #336BE2. Grayscale: #979797. Windows color (decimal): -3369955 or 1938636. OLE color: 1938636.
HSL color Cylindrical-coordinate representation of color #CC941D: hue angle of 40.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC941D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 29 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.2 |
| HSL | 40.8º | 0.75% | 0.46% | - |
| HSV(B) | 40.8º | 0.86% | 0.8% | - |
| XYZ | 35.71 | 34.11 | 5.86 | - |
| YUV | 151.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 29 | 0 | 0.27 | 0.86 | 0.2 | 40.8 | 0.75 | 0.46 |
| Hex | CC | 94 | 1D | 0 | 1B | 56 | 14 | 29 | 4B | 2E |
| Octal | 314 | 224 | 35 | 0 | 33 | 126 | 24 | 51 | 113 | 56 |
| Binary | 11001100 | 10010100 | 11101 | 0 | 11011 | 1010110 | 10100 | 101001 | 1001011 | 101110 |
Color Harmonies of #CC941D
Complementary color
Monochromatic Colors of #CC941D
Black with #CC941D
Text Example
Text Example
White with #CC941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC941D; }
p { color: rgb(204,148,29); }
H1.HeaderClassName
{
color: #CC941D;
}
.AnyTagClassName
{
color: #CC941D;
}
</style>
background-color css
<style>
a { background-color: #CC941D; }
a { background-color: rgb(204,148,29); }
div.DivClassName
{
background-color: #CC941D;
}
.BgClassName
{
background-color: #CC941D;
}
</style>
border-color css
<style>
span { border-color: #CC941D; }
span { border-color: rgb(204,148,29); }
td.TdClassName
{
border-color: #CC941D;
}
.TagClassName
{
border-color: #CC941D;
}
</style>