Shades of Buttercup #CC9722
Tints of Buttercup #CC9722
RGB
CMYK
RGB Variations
Color information
#CC9722 (or 0xCC9722) is known color: Buttercup. HEX triplet: CC, 97 and 22. RGB value is (204,151,34). Sum of RGB (Red+Green+Blue) = 204+151+34=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9722 is #3368DD. Grayscale: #9A9A9A. Windows color (decimal): -3369182 or 2267084. OLE color: 2267084.
HSL color Cylindrical-coordinate representation of color #CC9722: hue angle of 41.29º 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 #CC9722 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 34 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.2 |
| HSL | 41.29º | 0.71% | 0.47% | - |
| HSV(B) | 41.29º | 0.83% | 0.8% | - |
| XYZ | 36.26 | 35.09 | 6.37 | - |
| YUV | 153.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 34 | 0 | 0.26 | 0.83 | 0.2 | 41.29 | 0.71 | 0.47 |
| Hex | CC | 97 | 22 | 0 | 1A | 53 | 14 | 29 | 47 | 2F |
| Octal | 314 | 227 | 42 | 0 | 32 | 123 | 24 | 51 | 107 | 57 |
| Binary | 11001100 | 10010111 | 100010 | 0 | 11010 | 1010011 | 10100 | 101001 | 1000111 | 101111 |
Color Harmonies of #CC9722
Complementary color
Monochromatic Colors of #CC9722
Black with #CC9722
Text Example
Text Example
White with #CC9722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9722; }
p { color: rgb(204,151,34); }
H1.HeaderClassName
{
color: #CC9722;
}
.AnyTagClassName
{
color: #CC9722;
}
</style>
background-color css
<style>
a { background-color: #CC9722; }
a { background-color: rgb(204,151,34); }
div.DivClassName
{
background-color: #CC9722;
}
.BgClassName
{
background-color: #CC9722;
}
</style>
border-color css
<style>
span { border-color: #CC9722; }
span { border-color: rgb(204,151,34); }
td.TdClassName
{
border-color: #CC9722;
}
.TagClassName
{
border-color: #CC9722;
}
</style>