Shades of Buttercup #DC961B
Tints of Buttercup #DC961B
RGB
CMYK
RGB Variations
Color information
#DC961B (or 0xDC961B) is known color: Buttercup. HEX triplet: DC, 96 and 1B. RGB value is (220,150,27). Sum of RGB (Red+Green+Blue) = 220+150+27=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961B is #2369E4. Grayscale: #9D9D9D. Windows color (decimal): -2320869 or 1808092. OLE color: 1808092.
HSL color Cylindrical-coordinate representation of color #DC961B: hue angle of 38.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC961B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.14 |
| HSL | 38.24º | 0.78% | 0.48% | - |
| HSV(B) | 38.24º | 0.88% | 0.86% | - |
| XYZ | 40.62 | 37.11 | 6.06 | - |
| YUV | 156.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 27 | 0 | 0.32 | 0.88 | 0.14 | 38.24 | 0.78 | 0.48 |
| Hex | DC | 96 | 1B | 0 | 20 | 58 | E | 26 | 4E | 30 |
| Octal | 334 | 226 | 33 | 0 | 40 | 130 | 16 | 46 | 116 | 60 |
| Binary | 11011100 | 10010110 | 11011 | 0 | 100000 | 1011000 | 1110 | 100110 | 1001110 | 110000 |
Color Harmonies of #DC961B
Complementary color
Monochromatic Colors of #DC961B
Black with #DC961B
Text Example
Text Example
White with #DC961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC961B; }
p { color: rgb(220,150,27); }
H1.HeaderClassName
{
color: #DC961B;
}
.AnyTagClassName
{
color: #DC961B;
}
</style>
background-color css
<style>
a { background-color: #DC961B; }
a { background-color: rgb(220,150,27); }
div.DivClassName
{
background-color: #DC961B;
}
.BgClassName
{
background-color: #DC961B;
}
</style>
border-color css
<style>
span { border-color: #DC961B; }
span { border-color: rgb(220,150,27); }
td.TdClassName
{
border-color: #DC961B;
}
.TagClassName
{
border-color: #DC961B;
}
</style>