Shades of Buttercup #CC9023
Tints of Buttercup #CC9023
RGB
CMYK
RGB Variations
Color information
#CC9023 (or 0xCC9023) is known color: Buttercup. HEX triplet: CC, 90 and 23. RGB value is (204,144,35). Sum of RGB (Red+Green+Blue) = 204+144+35=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9023 is #336FDC. Grayscale: #969696. Windows color (decimal): -3370973 or 2330828. OLE color: 2330828.
HSL color Cylindrical-coordinate representation of color #CC9023: hue angle of 38.7º 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 #CC9023 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 35 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.2 |
| HSL | 38.7º | 0.71% | 0.47% | - |
| HSV(B) | 38.7º | 0.83% | 0.8% | - |
| XYZ | 35.18 | 32.91 | 6.09 | - |
| YUV | 149.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 35 | 0 | 0.29 | 0.83 | 0.2 | 38.7 | 0.71 | 0.47 |
| Hex | CC | 90 | 23 | 0 | 1D | 53 | 14 | 27 | 47 | 2F |
| Octal | 314 | 220 | 43 | 0 | 35 | 123 | 24 | 47 | 107 | 57 |
| Binary | 11001100 | 10010000 | 100011 | 0 | 11101 | 1010011 | 10100 | 100111 | 1000111 | 101111 |
Color Harmonies of #CC9023
Complementary color
Monochromatic Colors of #CC9023
Black with #CC9023
Text Example
Text Example
White with #CC9023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9023; }
p { color: rgb(204,144,35); }
H1.HeaderClassName
{
color: #CC9023;
}
.AnyTagClassName
{
color: #CC9023;
}
</style>
background-color css
<style>
a { background-color: #CC9023; }
a { background-color: rgb(204,144,35); }
div.DivClassName
{
background-color: #CC9023;
}
.BgClassName
{
background-color: #CC9023;
}
</style>
border-color css
<style>
span { border-color: #CC9023; }
span { border-color: rgb(204,144,35); }
td.TdClassName
{
border-color: #CC9023;
}
.TagClassName
{
border-color: #CC9023;
}
</style>