Shades of Buttercup #DC8F32
Tints of Buttercup #DC8F32
RGB
CMYK
RGB Variations
Color information
#DC8F32 (or 0xDC8F32) is known color: Buttercup. HEX triplet: DC, 8F and 32. RGB value is (220,143,50). Sum of RGB (Red+Green+Blue) = 220+143+50=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F32 is #2370CD. Grayscale: #9B9B9B. Windows color (decimal): -2322638 or 3313628. OLE color: 3313628.
HSL color Cylindrical-coordinate representation of color #DC8F32: hue angle of 32.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC8F32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.14 |
| HSL | 32.82º | 0.71% | 0.53% | - |
| HSV(B) | 32.82º | 0.77% | 0.86% | - |
| XYZ | 39.91 | 35.09 | 7.69 | - |
| YUV | 155.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 50 | 0 | 0.35 | 0.77 | 0.14 | 32.82 | 0.71 | 0.53 |
| Hex | DC | 8F | 32 | 0 | 23 | 4D | E | 21 | 47 | 35 |
| Octal | 334 | 217 | 62 | 0 | 43 | 115 | 16 | 41 | 107 | 65 |
| Binary | 11011100 | 10001111 | 110010 | 0 | 100011 | 1001101 | 1110 | 100001 | 1000111 | 110101 |
Color Harmonies of #DC8F32
Complementary color
Monochromatic Colors of #DC8F32
Black with #DC8F32
Text Example
Text Example
White with #DC8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F32; }
p { color: rgb(220,143,50); }
H1.HeaderClassName
{
color: #DC8F32;
}
.AnyTagClassName
{
color: #DC8F32;
}
</style>
background-color css
<style>
a { background-color: #DC8F32; }
a { background-color: rgb(220,143,50); }
div.DivClassName
{
background-color: #DC8F32;
}
.BgClassName
{
background-color: #DC8F32;
}
</style>
border-color css
<style>
span { border-color: #DC8F32; }
span { border-color: rgb(220,143,50); }
td.TdClassName
{
border-color: #DC8F32;
}
.TagClassName
{
border-color: #DC8F32;
}
</style>