Shades of Buttercup #CC911C
Tints of Buttercup #CC911C
RGB
CMYK
RGB Variations
Color information
#CC911C (or 0xCC911C) is known color: Buttercup. HEX triplet: CC, 91 and 1C. RGB value is (204,145,28). Sum of RGB (Red+Green+Blue) = 204+145+28=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC911C is #336EE3. Grayscale: #959595. Windows color (decimal): -3370724 or 1872332. OLE color: 1872332.
HSL color Cylindrical-coordinate representation of color #CC911C: hue angle of 39.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC911C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.2 |
| HSL | 39.89º | 0.76% | 0.45% | - |
| HSV(B) | 39.89º | 0.86% | 0.8% | - |
| XYZ | 35.24 | 33.17 | 5.64 | - |
| YUV | 149.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 28 | 0 | 0.29 | 0.86 | 0.2 | 39.89 | 0.76 | 0.45 |
| Hex | CC | 91 | 1C | 0 | 1D | 56 | 14 | 28 | 4C | 2D |
| Octal | 314 | 221 | 34 | 0 | 35 | 126 | 24 | 50 | 114 | 55 |
| Binary | 11001100 | 10010001 | 11100 | 0 | 11101 | 1010110 | 10100 | 101000 | 1001100 | 101101 |
Color Harmonies of #CC911C
Complementary color
Monochromatic Colors of #CC911C
Black with #CC911C
Text Example
Text Example
White with #CC911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC911C; }
p { color: rgb(204,145,28); }
H1.HeaderClassName
{
color: #CC911C;
}
.AnyTagClassName
{
color: #CC911C;
}
</style>
background-color css
<style>
a { background-color: #CC911C; }
a { background-color: rgb(204,145,28); }
div.DivClassName
{
background-color: #CC911C;
}
.BgClassName
{
background-color: #CC911C;
}
</style>
border-color css
<style>
span { border-color: #CC911C; }
span { border-color: rgb(204,145,28); }
td.TdClassName
{
border-color: #CC911C;
}
.TagClassName
{
border-color: #CC911C;
}
</style>