Shades of Buttercup #CD8C23
Tints of Buttercup #CD8C23
RGB
CMYK
RGB Variations
Color information
#CD8C23 (or 0xCD8C23) is known color: Buttercup. HEX triplet: CD, 8C and 23. RGB value is (205,140,35). Sum of RGB (Red+Green+Blue) = 205+140+35=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C23 is #3273DC. Grayscale: #939393. Windows color (decimal): -3306461 or 2329805. OLE color: 2329805.
HSL color Cylindrical-coordinate representation of color #CD8C23: hue angle of 37.06º degrees, saturation: 0.71, 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 #CD8C23 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 35 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.20 |
| HSL | 37.06º | 0.71% | 0.47% | - |
| HSV(B) | 37.06º | 0.83% | 0.8% | - |
| XYZ | 34.86 | 31.86 | 5.9 | - |
| YUV | 147.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 35 | 0 | 0.32 | 0.83 | 0.20 | 37.06 | 0.71 | 0.47 |
| Hex | CD | 8C | 23 | 0 | 20 | 53 | 14 | 25 | 47 | 2F |
| Octal | 315 | 214 | 43 | 0 | 40 | 123 | 24 | 45 | 107 | 57 |
| Binary | 11001101 | 10001100 | 100011 | 0 | 100000 | 1010011 | 10100 | 100101 | 1000111 | 101111 |
Color Harmonies of #CD8C23
Complementary color
Monochromatic Colors of #CD8C23
Black with #CD8C23
Text Example
Text Example
White with #CD8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C23; }
p { color: rgb(205,140,35); }
H1.HeaderClassName
{
color: #CD8C23;
}
.AnyTagClassName
{
color: #CD8C23;
}
</style>
background-color css
<style>
a { background-color: #CD8C23; }
a { background-color: rgb(205,140,35); }
div.DivClassName
{
background-color: #CD8C23;
}
.BgClassName
{
background-color: #CD8C23;
}
</style>
border-color css
<style>
span { border-color: #CD8C23; }
span { border-color: rgb(205,140,35); }
td.TdClassName
{
border-color: #CD8C23;
}
.TagClassName
{
border-color: #CD8C23;
}
</style>