Shades of Buttercup #CC921D
Tints of Buttercup #CC921D
RGB
CMYK
RGB Variations
Color information
#CC921D (or 0xCC921D) is known color: Buttercup. HEX triplet: CC, 92 and 1D. RGB value is (204,146,29). Sum of RGB (Red+Green+Blue) = 204+146+29=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC921D is #336DE2. Grayscale: #969696. Windows color (decimal): -3370467 or 1938124. OLE color: 1938124.
HSL color Cylindrical-coordinate representation of color #CC921D: hue angle of 40.11º 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 #CC921D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 29 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.2 |
| HSL | 40.11º | 0.75% | 0.46% | - |
| HSV(B) | 40.11º | 0.86% | 0.8% | - |
| XYZ | 35.4 | 33.48 | 5.76 | - |
| YUV | 150 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 29 | 0 | 0.28 | 0.86 | 0.2 | 40.11 | 0.75 | 0.46 |
| Hex | CC | 92 | 1D | 0 | 1C | 56 | 14 | 28 | 4B | 2E |
| Octal | 314 | 222 | 35 | 0 | 34 | 126 | 24 | 50 | 113 | 56 |
| Binary | 11001100 | 10010010 | 11101 | 0 | 11100 | 1010110 | 10100 | 101000 | 1001011 | 101110 |
Color Harmonies of #CC921D
Complementary color
Monochromatic Colors of #CC921D
Black with #CC921D
Text Example
Text Example
White with #CC921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC921D; }
p { color: rgb(204,146,29); }
H1.HeaderClassName
{
color: #CC921D;
}
.AnyTagClassName
{
color: #CC921D;
}
</style>
background-color css
<style>
a { background-color: #CC921D; }
a { background-color: rgb(204,146,29); }
div.DivClassName
{
background-color: #CC921D;
}
.BgClassName
{
background-color: #CC921D;
}
</style>
border-color css
<style>
span { border-color: #CC921D; }
span { border-color: rgb(204,146,29); }
td.TdClassName
{
border-color: #CC921D;
}
.TagClassName
{
border-color: #CC921D;
}
</style>