Shades of Buttercup #CC8F22
Tints of Buttercup #CC8F22
RGB
CMYK
RGB Variations
Color information
#CC8F22 (or 0xCC8F22) is known color: Buttercup. HEX triplet: CC, 8F and 22. RGB value is (204,143,34). Sum of RGB (Red+Green+Blue) = 204+143+34=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F22 is #3370DD. Grayscale: #959595. Windows color (decimal): -3371230 or 2265036. OLE color: 2265036.
HSL color Cylindrical-coordinate representation of color #CC8F22: hue angle of 38.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC8F22 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 34 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.2 |
| HSL | 38.47º | 0.71% | 0.47% | - |
| HSV(B) | 38.47º | 0.83% | 0.8% | - |
| XYZ | 35.01 | 32.6 | 5.96 | - |
| YUV | 148.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 34 | 0 | 0.30 | 0.83 | 0.2 | 38.47 | 0.71 | 0.47 |
| Hex | CC | 8F | 22 | 0 | 1E | 53 | 14 | 26 | 47 | 2F |
| Octal | 314 | 217 | 42 | 0 | 36 | 123 | 24 | 46 | 107 | 57 |
| Binary | 11001100 | 10001111 | 100010 | 0 | 11110 | 1010011 | 10100 | 100110 | 1000111 | 101111 |
Color Harmonies of #CC8F22
Complementary color
Monochromatic Colors of #CC8F22
Black with #CC8F22
Text Example
Text Example
White with #CC8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F22; }
p { color: rgb(204,143,34); }
H1.HeaderClassName
{
color: #CC8F22;
}
.AnyTagClassName
{
color: #CC8F22;
}
</style>
background-color css
<style>
a { background-color: #CC8F22; }
a { background-color: rgb(204,143,34); }
div.DivClassName
{
background-color: #CC8F22;
}
.BgClassName
{
background-color: #CC8F22;
}
</style>
border-color css
<style>
span { border-color: #CC8F22; }
span { border-color: rgb(204,143,34); }
td.TdClassName
{
border-color: #CC8F22;
}
.TagClassName
{
border-color: #CC8F22;
}
</style>