Shades of Buttercup #DC891B
Tints of Buttercup #DC891B
RGB
CMYK
RGB Variations
Color information
#DC891B (or 0xDC891B) is known color: Buttercup. HEX triplet: DC, 89 and 1B. RGB value is (220,137,27). Sum of RGB (Red+Green+Blue) = 220+137+27=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC891B is #2376E4. Grayscale: #959595. Windows color (decimal): -2324197 or 1804764. OLE color: 1804764.
HSL color Cylindrical-coordinate representation of color #DC891B: hue angle of 34.2º 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 #DC891B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.14 |
| HSL | 34.2º | 0.78% | 0.48% | - |
| HSV(B) | 34.2º | 0.88% | 0.86% | - |
| XYZ | 38.66 | 33.19 | 5.4 | - |
| YUV | 149.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 27 | 0 | 0.38 | 0.88 | 0.14 | 34.2 | 0.78 | 0.48 |
| Hex | DC | 89 | 1B | 0 | 26 | 58 | E | 22 | 4E | 30 |
| Octal | 334 | 211 | 33 | 0 | 46 | 130 | 16 | 42 | 116 | 60 |
| Binary | 11011100 | 10001001 | 11011 | 0 | 100110 | 1011000 | 1110 | 100010 | 1001110 | 110000 |
Color Harmonies of #DC891B
Complementary color
Monochromatic Colors of #DC891B
Black with #DC891B
Text Example
Text Example
White with #DC891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC891B; }
p { color: rgb(220,137,27); }
H1.HeaderClassName
{
color: #DC891B;
}
.AnyTagClassName
{
color: #DC891B;
}
</style>
background-color css
<style>
a { background-color: #DC891B; }
a { background-color: rgb(220,137,27); }
div.DivClassName
{
background-color: #DC891B;
}
.BgClassName
{
background-color: #DC891B;
}
</style>
border-color css
<style>
span { border-color: #DC891B; }
span { border-color: rgb(220,137,27); }
td.TdClassName
{
border-color: #DC891B;
}
.TagClassName
{
border-color: #DC891B;
}
</style>