Shades of Buttercup #CC901C
Tints of Buttercup #CC901C
RGB
CMYK
RGB Variations
Color information
#CC901C (or 0xCC901C) is known color: Buttercup. HEX triplet: CC, 90 and 1C. RGB value is (204,144,28). Sum of RGB (Red+Green+Blue) = 204+144+28=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC901C is #336FE3. Grayscale: #959595. Windows color (decimal): -3370980 or 1872076. OLE color: 1872076.
HSL color Cylindrical-coordinate representation of color #CC901C: hue angle of 39.55º 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 #CC901C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.2 |
| HSL | 39.55º | 0.76% | 0.45% | - |
| HSV(B) | 39.55º | 0.86% | 0.8% | - |
| XYZ | 35.08 | 32.87 | 5.59 | - |
| YUV | 148.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 28 | 0 | 0.29 | 0.86 | 0.2 | 39.55 | 0.76 | 0.45 |
| Hex | CC | 90 | 1C | 0 | 1D | 56 | 14 | 28 | 4C | 2D |
| Octal | 314 | 220 | 34 | 0 | 35 | 126 | 24 | 50 | 114 | 55 |
| Binary | 11001100 | 10010000 | 11100 | 0 | 11101 | 1010110 | 10100 | 101000 | 1001100 | 101101 |
Color Harmonies of #CC901C
Complementary color
Monochromatic Colors of #CC901C
Black with #CC901C
Text Example
Text Example
White with #CC901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC901C; }
p { color: rgb(204,144,28); }
H1.HeaderClassName
{
color: #CC901C;
}
.AnyTagClassName
{
color: #CC901C;
}
</style>
background-color css
<style>
a { background-color: #CC901C; }
a { background-color: rgb(204,144,28); }
div.DivClassName
{
background-color: #CC901C;
}
.BgClassName
{
background-color: #CC901C;
}
</style>
border-color css
<style>
span { border-color: #CC901C; }
span { border-color: rgb(204,144,28); }
td.TdClassName
{
border-color: #CC901C;
}
.TagClassName
{
border-color: #CC901C;
}
</style>