Shades of Buttercup #DC8F2D
Tints of Buttercup #DC8F2D
RGB
CMYK
RGB Variations
Color information
#DC8F2D (or 0xDC8F2D) is known color: Buttercup. HEX triplet: DC, 8F and 2D. RGB value is (220,143,45). Sum of RGB (Red+Green+Blue) = 220+143+45=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F2D is #2370D2. Grayscale: #9B9B9B. Windows color (decimal): -2322643 or 2985948. OLE color: 2985948.
HSL color Cylindrical-coordinate representation of color #DC8F2D: hue angle of 33.6º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC8F2D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.14 |
| HSL | 33.6º | 0.71% | 0.52% | - |
| HSV(B) | 33.6º | 0.8% | 0.86% | - |
| XYZ | 39.81 | 35.05 | 7.15 | - |
| YUV | 154.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 45 | 0 | 0.35 | 0.80 | 0.14 | 33.6 | 0.71 | 0.52 |
| Hex | DC | 8F | 2D | 0 | 23 | 50 | E | 22 | 47 | 34 |
| Octal | 334 | 217 | 55 | 0 | 43 | 120 | 16 | 42 | 107 | 64 |
| Binary | 11011100 | 10001111 | 101101 | 0 | 100011 | 1010000 | 1110 | 100010 | 1000111 | 110100 |
Color Harmonies of #DC8F2D
Complementary color
Monochromatic Colors of #DC8F2D
Black with #DC8F2D
Text Example
Text Example
White with #DC8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F2D; }
p { color: rgb(220,143,45); }
H1.HeaderClassName
{
color: #DC8F2D;
}
.AnyTagClassName
{
color: #DC8F2D;
}
</style>
background-color css
<style>
a { background-color: #DC8F2D; }
a { background-color: rgb(220,143,45); }
div.DivClassName
{
background-color: #DC8F2D;
}
.BgClassName
{
background-color: #DC8F2D;
}
</style>
border-color css
<style>
span { border-color: #DC8F2D; }
span { border-color: rgb(220,143,45); }
td.TdClassName
{
border-color: #DC8F2D;
}
.TagClassName
{
border-color: #DC8F2D;
}
</style>