Shades of Buttercup #CC911D
Tints of Buttercup #CC911D
RGB
CMYK
RGB Variations
Color information
#CC911D (or 0xCC911D) is known color: Buttercup. HEX triplet: CC, 91 and 1D. RGB value is (204,145,29). Sum of RGB (Red+Green+Blue) = 204+145+29=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC911D is #336EE2. Grayscale: #959595. Windows color (decimal): -3370723 or 1937868. OLE color: 1937868.
HSL color Cylindrical-coordinate representation of color #CC911D: hue angle of 39.77º 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 #CC911D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 29 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.2 |
| HSL | 39.77º | 0.75% | 0.46% | - |
| HSV(B) | 39.77º | 0.86% | 0.8% | - |
| XYZ | 35.25 | 33.18 | 5.71 | - |
| YUV | 149.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 29 | 0 | 0.29 | 0.86 | 0.2 | 39.77 | 0.75 | 0.46 |
| Hex | CC | 91 | 1D | 0 | 1D | 56 | 14 | 28 | 4B | 2E |
| Octal | 314 | 221 | 35 | 0 | 35 | 126 | 24 | 50 | 113 | 56 |
| Binary | 11001100 | 10010001 | 11101 | 0 | 11101 | 1010110 | 10100 | 101000 | 1001011 | 101110 |
Color Harmonies of #CC911D
Complementary color
Monochromatic Colors of #CC911D
Black with #CC911D
Text Example
Text Example
White with #CC911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC911D; }
p { color: rgb(204,145,29); }
H1.HeaderClassName
{
color: #CC911D;
}
.AnyTagClassName
{
color: #CC911D;
}
</style>
background-color css
<style>
a { background-color: #CC911D; }
a { background-color: rgb(204,145,29); }
div.DivClassName
{
background-color: #CC911D;
}
.BgClassName
{
background-color: #CC911D;
}
</style>
border-color css
<style>
span { border-color: #CC911D; }
span { border-color: rgb(204,145,29); }
td.TdClassName
{
border-color: #CC911D;
}
.TagClassName
{
border-color: #CC911D;
}
</style>