Shades of Buttercup #CC8B19
Tints of Buttercup #CC8B19
RGB
CMYK
RGB Variations
Color information
#CC8B19 (or 0xCC8B19) is known color: Buttercup. HEX triplet: CC, 8B and 19. RGB value is (204,139,25). Sum of RGB (Red+Green+Blue) = 204+139+25=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B19 is #3374E6. Grayscale: #919191. Windows color (decimal): -3372263 or 1674188. OLE color: 1674188.
HSL color Cylindrical-coordinate representation of color #CC8B19: hue angle of 38.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC8B19 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.2 |
| HSL | 38.21º | 0.78% | 0.45% | - |
| HSV(B) | 38.21º | 0.88% | 0.8% | - |
| XYZ | 34.31 | 31.37 | 5.17 | - |
| YUV | 145.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 25 | 0 | 0.32 | 0.88 | 0.2 | 38.21 | 0.78 | 0.45 |
| Hex | CC | 8B | 19 | 0 | 20 | 58 | 14 | 26 | 4E | 2D |
| Octal | 314 | 213 | 31 | 0 | 40 | 130 | 24 | 46 | 116 | 55 |
| Binary | 11001100 | 10001011 | 11001 | 0 | 100000 | 1011000 | 10100 | 100110 | 1001110 | 101101 |
Color Harmonies of #CC8B19
Complementary color
Monochromatic Colors of #CC8B19
Black with #CC8B19
Text Example
Text Example
White with #CC8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B19; }
p { color: rgb(204,139,25); }
H1.HeaderClassName
{
color: #CC8B19;
}
.AnyTagClassName
{
color: #CC8B19;
}
</style>
background-color css
<style>
a { background-color: #CC8B19; }
a { background-color: rgb(204,139,25); }
div.DivClassName
{
background-color: #CC8B19;
}
.BgClassName
{
background-color: #CC8B19;
}
</style>
border-color css
<style>
span { border-color: #CC8B19; }
span { border-color: rgb(204,139,25); }
td.TdClassName
{
border-color: #CC8B19;
}
.TagClassName
{
border-color: #CC8B19;
}
</style>