Shades of Buttercup #CC9A25
Tints of Buttercup #CC9A25
RGB
CMYK
RGB Variations
Color information
#CC9A25 (or 0xCC9A25) is known color: Buttercup. HEX triplet: CC, 9A and 25. RGB value is (204,154,37). Sum of RGB (Red+Green+Blue) = 204+154+37=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A25 is #3365DA. Grayscale: #9C9C9C. Windows color (decimal): -3368411 or 2464460. OLE color: 2464460.
HSL color Cylindrical-coordinate representation of color #CC9A25: hue angle of 42.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC9A25 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 37 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.2 |
| HSL | 42.04º | 0.69% | 0.47% | - |
| HSV(B) | 42.04º | 0.82% | 0.8% | - |
| XYZ | 36.79 | 36.08 | 6.78 | - |
| YUV | 155.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 37 | 0 | 0.25 | 0.82 | 0.2 | 42.04 | 0.69 | 0.47 |
| Hex | CC | 9A | 25 | 0 | 19 | 52 | 14 | 2A | 45 | 2F |
| Octal | 314 | 232 | 45 | 0 | 31 | 122 | 24 | 52 | 105 | 57 |
| Binary | 11001100 | 10011010 | 100101 | 0 | 11001 | 1010010 | 10100 | 101010 | 1000101 | 101111 |
Color Harmonies of #CC9A25
Complementary color
Monochromatic Colors of #CC9A25
Black with #CC9A25
Text Example
Text Example
White with #CC9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A25; }
p { color: rgb(204,154,37); }
H1.HeaderClassName
{
color: #CC9A25;
}
.AnyTagClassName
{
color: #CC9A25;
}
</style>
background-color css
<style>
a { background-color: #CC9A25; }
a { background-color: rgb(204,154,37); }
div.DivClassName
{
background-color: #CC9A25;
}
.BgClassName
{
background-color: #CC9A25;
}
</style>
border-color css
<style>
span { border-color: #CC9A25; }
span { border-color: rgb(204,154,37); }
td.TdClassName
{
border-color: #CC9A25;
}
.TagClassName
{
border-color: #CC9A25;
}
</style>