Shades of Buttercup #CD8C19
Tints of Buttercup #CD8C19
RGB
CMYK
RGB Variations
Color information
#CD8C19 (or 0xCD8C19) is known color: Buttercup. HEX triplet: CD, 8C and 19. RGB value is (205,140,25). Sum of RGB (Red+Green+Blue) = 205+140+25=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C19 is #3273E6. Grayscale: #929292. Windows color (decimal): -3306471 or 1674445. OLE color: 1674445.
HSL color Cylindrical-coordinate representation of color #CD8C19: hue angle of 38.33º 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 #CD8C19 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.20 |
| HSL | 38.33º | 0.78% | 0.45% | - |
| HSV(B) | 38.33º | 0.88% | 0.8% | - |
| XYZ | 34.73 | 31.81 | 5.23 | - |
| YUV | 146.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 25 | 0 | 0.32 | 0.88 | 0.20 | 38.33 | 0.78 | 0.45 |
| Hex | CD | 8C | 19 | 0 | 20 | 58 | 14 | 26 | 4E | 2D |
| Octal | 315 | 214 | 31 | 0 | 40 | 130 | 24 | 46 | 116 | 55 |
| Binary | 11001101 | 10001100 | 11001 | 0 | 100000 | 1011000 | 10100 | 100110 | 1001110 | 101101 |
Color Harmonies of #CD8C19
Complementary color
Monochromatic Colors of #CD8C19
Black with #CD8C19
Text Example
Text Example
White with #CD8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C19; }
p { color: rgb(205,140,25); }
H1.HeaderClassName
{
color: #CD8C19;
}
.AnyTagClassName
{
color: #CD8C19;
}
</style>
background-color css
<style>
a { background-color: #CD8C19; }
a { background-color: rgb(205,140,25); }
div.DivClassName
{
background-color: #CD8C19;
}
.BgClassName
{
background-color: #CD8C19;
}
</style>
border-color css
<style>
span { border-color: #CD8C19; }
span { border-color: rgb(205,140,25); }
td.TdClassName
{
border-color: #CD8C19;
}
.TagClassName
{
border-color: #CD8C19;
}
</style>