Shades of Buttercup #CC8D1D
Tints of Buttercup #CC8D1D
RGB
CMYK
RGB Variations
Color information
#CC8D1D (or 0xCC8D1D) is known color: Buttercup. HEX triplet: CC, 8D and 1D. RGB value is (204,141,29). Sum of RGB (Red+Green+Blue) = 204+141+29=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D1D is #3372E2. Grayscale: #939393. Windows color (decimal): -3371747 or 1936844. OLE color: 1936844.
HSL color Cylindrical-coordinate representation of color #CC8D1D: hue angle of 38.4º 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 #CC8D1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.2 |
| HSL | 38.4º | 0.75% | 0.46% | - |
| HSV(B) | 38.4º | 0.86% | 0.8% | - |
| XYZ | 34.65 | 31.98 | 5.51 | - |
| YUV | 147.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 29 | 0 | 0.31 | 0.86 | 0.2 | 38.4 | 0.75 | 0.46 |
| Hex | CC | 8D | 1D | 0 | 1F | 56 | 14 | 26 | 4B | 2E |
| Octal | 314 | 215 | 35 | 0 | 37 | 126 | 24 | 46 | 113 | 56 |
| Binary | 11001100 | 10001101 | 11101 | 0 | 11111 | 1010110 | 10100 | 100110 | 1001011 | 101110 |
Color Harmonies of #CC8D1D
Complementary color
Monochromatic Colors of #CC8D1D
Black with #CC8D1D
Text Example
Text Example
White with #CC8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D1D; }
p { color: rgb(204,141,29); }
H1.HeaderClassName
{
color: #CC8D1D;
}
.AnyTagClassName
{
color: #CC8D1D;
}
</style>
background-color css
<style>
a { background-color: #CC8D1D; }
a { background-color: rgb(204,141,29); }
div.DivClassName
{
background-color: #CC8D1D;
}
.BgClassName
{
background-color: #CC8D1D;
}
</style>
border-color css
<style>
span { border-color: #CC8D1D; }
span { border-color: rgb(204,141,29); }
td.TdClassName
{
border-color: #CC8D1D;
}
.TagClassName
{
border-color: #CC8D1D;
}
</style>