Shades of Buttercup #CD8D20
Tints of Buttercup #CD8D20
RGB
CMYK
RGB Variations
Color information
#CD8D20 (or 0xCD8D20) is known color: Buttercup. HEX triplet: CD, 8D and 20. RGB value is (205,141,32). Sum of RGB (Red+Green+Blue) = 205+141+32=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8D20 is #3272DF. Grayscale: #949494. Windows color (decimal): -3306208 or 2133453. OLE color: 2133453.
HSL color Cylindrical-coordinate representation of color #CD8D20: hue angle of 37.8º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD8D20 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.20 |
| HSL | 37.8º | 0.73% | 0.46% | - |
| HSV(B) | 37.8º | 0.84% | 0.8% | - |
| XYZ | 34.96 | 32.13 | 5.73 | - |
| YUV | 147.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 32 | 0 | 0.31 | 0.84 | 0.20 | 37.8 | 0.73 | 0.46 |
| Hex | CD | 8D | 20 | 0 | 1F | 54 | 14 | 26 | 49 | 2E |
| Octal | 315 | 215 | 40 | 0 | 37 | 124 | 24 | 46 | 111 | 56 |
| Binary | 11001101 | 10001101 | 100000 | 0 | 11111 | 1010100 | 10100 | 100110 | 1001001 | 101110 |
Color Harmonies of #CD8D20
Complementary color
Monochromatic Colors of #CD8D20
Black with #CD8D20
Text Example
Text Example
White with #CD8D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D20; }
p { color: rgb(205,141,32); }
H1.HeaderClassName
{
color: #CD8D20;
}
.AnyTagClassName
{
color: #CD8D20;
}
</style>
background-color css
<style>
a { background-color: #CD8D20; }
a { background-color: rgb(205,141,32); }
div.DivClassName
{
background-color: #CD8D20;
}
.BgClassName
{
background-color: #CD8D20;
}
</style>
border-color css
<style>
span { border-color: #CD8D20; }
span { border-color: rgb(205,141,32); }
td.TdClassName
{
border-color: #CD8D20;
}
.TagClassName
{
border-color: #CD8D20;
}
</style>