Shades of Buttercup #CD8C22
Tints of Buttercup #CD8C22
RGB
CMYK
RGB Variations
Color information
#CD8C22 (or 0xCD8C22) is known color: Buttercup. HEX triplet: CD, 8C and 22. RGB value is (205,140,34). Sum of RGB (Red+Green+Blue) = 205+140+34=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C22 is #3273DD. Grayscale: #939393. Windows color (decimal): -3306462 or 2264269. OLE color: 2264269.
HSL color Cylindrical-coordinate representation of color #CD8C22: hue angle of 37.19º degrees, saturation: 0.72, 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 #CD8C22 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 34 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.20 |
| HSL | 37.19º | 0.72% | 0.47% | - |
| HSV(B) | 37.19º | 0.83% | 0.8% | - |
| XYZ | 34.84 | 31.85 | 5.82 | - |
| YUV | 147.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 34 | 0 | 0.32 | 0.83 | 0.20 | 37.19 | 0.72 | 0.47 |
| Hex | CD | 8C | 22 | 0 | 20 | 53 | 14 | 25 | 48 | 2F |
| Octal | 315 | 214 | 42 | 0 | 40 | 123 | 24 | 45 | 110 | 57 |
| Binary | 11001101 | 10001100 | 100010 | 0 | 100000 | 1010011 | 10100 | 100101 | 1001000 | 101111 |
Color Harmonies of #CD8C22
Complementary color
Monochromatic Colors of #CD8C22
Black with #CD8C22
Text Example
Text Example
White with #CD8C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C22; }
p { color: rgb(205,140,34); }
H1.HeaderClassName
{
color: #CD8C22;
}
.AnyTagClassName
{
color: #CD8C22;
}
</style>
background-color css
<style>
a { background-color: #CD8C22; }
a { background-color: rgb(205,140,34); }
div.DivClassName
{
background-color: #CD8C22;
}
.BgClassName
{
background-color: #CD8C22;
}
</style>
border-color css
<style>
span { border-color: #CD8C22; }
span { border-color: rgb(205,140,34); }
td.TdClassName
{
border-color: #CD8C22;
}
.TagClassName
{
border-color: #CD8C22;
}
</style>