Shades of Buttercup #CC9426
Tints of Buttercup #CC9426
RGB
CMYK
RGB Variations
Color information
#CC9426 (or 0xCC9426) is known color: Buttercup. HEX triplet: CC, 94 and 26. RGB value is (204,148,38). Sum of RGB (Red+Green+Blue) = 204+148+38=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9426 is #336BD9. Grayscale: #989898. Windows color (decimal): -3369946 or 2528460. OLE color: 2528460.
HSL color Cylindrical-coordinate representation of color #CC9426: hue angle of 39.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9426 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 38 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.2 |
| HSL | 39.76º | 0.69% | 0.47% | - |
| HSV(B) | 39.76º | 0.81% | 0.8% | - |
| XYZ | 35.84 | 34.16 | 6.54 | - |
| YUV | 152.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 38 | 0 | 0.27 | 0.81 | 0.2 | 39.76 | 0.69 | 0.47 |
| Hex | CC | 94 | 26 | 0 | 1B | 51 | 14 | 28 | 45 | 2F |
| Octal | 314 | 224 | 46 | 0 | 33 | 121 | 24 | 50 | 105 | 57 |
| Binary | 11001100 | 10010100 | 100110 | 0 | 11011 | 1010001 | 10100 | 101000 | 1000101 | 101111 |
Color Harmonies of #CC9426
Complementary color
Monochromatic Colors of #CC9426
Black with #CC9426
Text Example
Text Example
White with #CC9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9426; }
p { color: rgb(204,148,38); }
H1.HeaderClassName
{
color: #CC9426;
}
.AnyTagClassName
{
color: #CC9426;
}
</style>
background-color css
<style>
a { background-color: #CC9426; }
a { background-color: rgb(204,148,38); }
div.DivClassName
{
background-color: #CC9426;
}
.BgClassName
{
background-color: #CC9426;
}
</style>
border-color css
<style>
span { border-color: #CC9426; }
span { border-color: rgb(204,148,38); }
td.TdClassName
{
border-color: #CC9426;
}
.TagClassName
{
border-color: #CC9426;
}
</style>