Shades of Buttercup #CC9022
Tints of Buttercup #CC9022
RGB
CMYK
RGB Variations
Color information
#CC9022 (or 0xCC9022) is known color: Buttercup. HEX triplet: CC, 90 and 22. RGB value is (204,144,34). Sum of RGB (Red+Green+Blue) = 204+144+34=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9022 is #336FDD. Grayscale: #959595. Windows color (decimal): -3370974 or 2265292. OLE color: 2265292.
HSL color Cylindrical-coordinate representation of color #CC9022: hue angle of 38.82º 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 #CC9022 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 34 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.2 |
| HSL | 38.82º | 0.71% | 0.47% | - |
| HSV(B) | 38.82º | 0.83% | 0.8% | - |
| XYZ | 35.16 | 32.9 | 6.01 | - |
| YUV | 149.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 34 | 0 | 0.29 | 0.83 | 0.2 | 38.82 | 0.71 | 0.47 |
| Hex | CC | 90 | 22 | 0 | 1D | 53 | 14 | 27 | 47 | 2F |
| Octal | 314 | 220 | 42 | 0 | 35 | 123 | 24 | 47 | 107 | 57 |
| Binary | 11001100 | 10010000 | 100010 | 0 | 11101 | 1010011 | 10100 | 100111 | 1000111 | 101111 |
Color Harmonies of #CC9022
Complementary color
Monochromatic Colors of #CC9022
Black with #CC9022
Text Example
Text Example
White with #CC9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9022; }
p { color: rgb(204,144,34); }
H1.HeaderClassName
{
color: #CC9022;
}
.AnyTagClassName
{
color: #CC9022;
}
</style>
background-color css
<style>
a { background-color: #CC9022; }
a { background-color: rgb(204,144,34); }
div.DivClassName
{
background-color: #CC9022;
}
.BgClassName
{
background-color: #CC9022;
}
</style>
border-color css
<style>
span { border-color: #CC9022; }
span { border-color: rgb(204,144,34); }
td.TdClassName
{
border-color: #CC9022;
}
.TagClassName
{
border-color: #CC9022;
}
</style>