Shades of Buttercup #CC9423
Tints of Buttercup #CC9423
RGB
CMYK
RGB Variations
Color information
#CC9423 (or 0xCC9423) is known color: Buttercup. HEX triplet: CC, 94 and 23. RGB value is (204,148,35). Sum of RGB (Red+Green+Blue) = 204+148+35=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9423 is #336BDC. Grayscale: #989898. Windows color (decimal): -3369949 or 2331852. OLE color: 2331852.
HSL color Cylindrical-coordinate representation of color #CC9423: hue angle of 40.12º 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 #CC9423 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 35 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.2 |
| HSL | 40.12º | 0.71% | 0.47% | - |
| HSV(B) | 40.12º | 0.83% | 0.8% | - |
| XYZ | 35.8 | 34.14 | 6.29 | - |
| YUV | 151.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 35 | 0 | 0.27 | 0.83 | 0.2 | 40.12 | 0.71 | 0.47 |
| Hex | CC | 94 | 23 | 0 | 1B | 53 | 14 | 28 | 47 | 2F |
| Octal | 314 | 224 | 43 | 0 | 33 | 123 | 24 | 50 | 107 | 57 |
| Binary | 11001100 | 10010100 | 100011 | 0 | 11011 | 1010011 | 10100 | 101000 | 1000111 | 101111 |
Color Harmonies of #CC9423
Complementary color
Monochromatic Colors of #CC9423
Black with #CC9423
Text Example
Text Example
White with #CC9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9423; }
p { color: rgb(204,148,35); }
H1.HeaderClassName
{
color: #CC9423;
}
.AnyTagClassName
{
color: #CC9423;
}
</style>
background-color css
<style>
a { background-color: #CC9423; }
a { background-color: rgb(204,148,35); }
div.DivClassName
{
background-color: #CC9423;
}
.BgClassName
{
background-color: #CC9423;
}
</style>
border-color css
<style>
span { border-color: #CC9423; }
span { border-color: rgb(204,148,35); }
td.TdClassName
{
border-color: #CC9423;
}
.TagClassName
{
border-color: #CC9423;
}
</style>