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