Shades of Buttercup #CC9622
Tints of Buttercup #CC9622
RGB
CMYK
RGB Variations
Color information
#CC9622 (or 0xCC9622) is known color: Buttercup. HEX triplet: CC, 96 and 22. RGB value is (204,150,34). Sum of RGB (Red+Green+Blue) = 204+150+34=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9622 is #3369DD. Grayscale: #999999. Windows color (decimal): -3369438 or 2266828. OLE color: 2266828.
HSL color Cylindrical-coordinate representation of color #CC9622: hue angle of 40.94º 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 #CC9622 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 34 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.2 |
| HSL | 40.94º | 0.71% | 0.47% | - |
| HSV(B) | 40.94º | 0.83% | 0.8% | - |
| XYZ | 36.1 | 34.77 | 6.32 | - |
| YUV | 152.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 34 | 0 | 0.26 | 0.83 | 0.2 | 40.94 | 0.71 | 0.47 |
| Hex | CC | 96 | 22 | 0 | 1A | 53 | 14 | 29 | 47 | 2F |
| Octal | 314 | 226 | 42 | 0 | 32 | 123 | 24 | 51 | 107 | 57 |
| Binary | 11001100 | 10010110 | 100010 | 0 | 11010 | 1010011 | 10100 | 101001 | 1000111 | 101111 |
Color Harmonies of #CC9622
Complementary color
Monochromatic Colors of #CC9622
Black with #CC9622
Text Example
Text Example
White with #CC9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9622; }
p { color: rgb(204,150,34); }
H1.HeaderClassName
{
color: #CC9622;
}
.AnyTagClassName
{
color: #CC9622;
}
</style>
background-color css
<style>
a { background-color: #CC9622; }
a { background-color: rgb(204,150,34); }
div.DivClassName
{
background-color: #CC9622;
}
.BgClassName
{
background-color: #CC9622;
}
</style>
border-color css
<style>
span { border-color: #CC9622; }
span { border-color: rgb(204,150,34); }
td.TdClassName
{
border-color: #CC9622;
}
.TagClassName
{
border-color: #CC9622;
}
</style>