Shades of Buttercup #DC8F30
Tints of Buttercup #DC8F30
RGB
CMYK
RGB Variations
Color information
#DC8F30 (or 0xDC8F30) is known color: Buttercup. HEX triplet: DC, 8F and 30. RGB value is (220,143,48). Sum of RGB (Red+Green+Blue) = 220+143+48=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F30 is #2370CF. Grayscale: #9B9B9B. Windows color (decimal): -2322640 or 3182556. OLE color: 3182556.
HSL color Cylindrical-coordinate representation of color #DC8F30: hue angle of 33.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8F30 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 48 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.14 |
| HSL | 33.14º | 0.71% | 0.53% | - |
| HSV(B) | 33.14º | 0.78% | 0.86% | - |
| XYZ | 39.87 | 35.07 | 7.46 | - |
| YUV | 155.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 48 | 0 | 0.35 | 0.78 | 0.14 | 33.14 | 0.71 | 0.53 |
| Hex | DC | 8F | 30 | 0 | 23 | 4E | E | 21 | 47 | 35 |
| Octal | 334 | 217 | 60 | 0 | 43 | 116 | 16 | 41 | 107 | 65 |
| Binary | 11011100 | 10001111 | 110000 | 0 | 100011 | 1001110 | 1110 | 100001 | 1000111 | 110101 |
Color Harmonies of #DC8F30
Complementary color
Monochromatic Colors of #DC8F30
Black with #DC8F30
Text Example
Text Example
White with #DC8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F30; }
p { color: rgb(220,143,48); }
H1.HeaderClassName
{
color: #DC8F30;
}
.AnyTagClassName
{
color: #DC8F30;
}
</style>
background-color css
<style>
a { background-color: #DC8F30; }
a { background-color: rgb(220,143,48); }
div.DivClassName
{
background-color: #DC8F30;
}
.BgClassName
{
background-color: #DC8F30;
}
</style>
border-color css
<style>
span { border-color: #DC8F30; }
span { border-color: rgb(220,143,48); }
td.TdClassName
{
border-color: #DC8F30;
}
.TagClassName
{
border-color: #DC8F30;
}
</style>