Shades of Buttercup #DC911C
Tints of Buttercup #DC911C
RGB
CMYK
RGB Variations
Color information
#DC911C (or 0xDC911C) is known color: Buttercup. HEX triplet: DC, 91 and 1C. RGB value is (220,145,28). Sum of RGB (Red+Green+Blue) = 220+145+28=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC911C is #236EE3. Grayscale: #9A9A9A. Windows color (decimal): -2322148 or 1872348. OLE color: 1872348.
HSL color Cylindrical-coordinate representation of color #DC911C: hue angle of 36.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC911C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.14 |
| HSL | 36.56º | 0.77% | 0.49% | - |
| HSV(B) | 36.56º | 0.87% | 0.86% | - |
| XYZ | 39.85 | 35.55 | 5.86 | - |
| YUV | 154.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 28 | 0 | 0.34 | 0.87 | 0.14 | 36.56 | 0.77 | 0.49 |
| Hex | DC | 91 | 1C | 0 | 22 | 57 | E | 25 | 4D | 31 |
| Octal | 334 | 221 | 34 | 0 | 42 | 127 | 16 | 45 | 115 | 61 |
| Binary | 11011100 | 10010001 | 11100 | 0 | 100010 | 1010111 | 1110 | 100101 | 1001101 | 110001 |
Color Harmonies of #DC911C
Complementary color
Monochromatic Colors of #DC911C
Black with #DC911C
Text Example
Text Example
White with #DC911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC911C; }
p { color: rgb(220,145,28); }
H1.HeaderClassName
{
color: #DC911C;
}
.AnyTagClassName
{
color: #DC911C;
}
</style>
background-color css
<style>
a { background-color: #DC911C; }
a { background-color: rgb(220,145,28); }
div.DivClassName
{
background-color: #DC911C;
}
.BgClassName
{
background-color: #DC911C;
}
</style>
border-color css
<style>
span { border-color: #DC911C; }
span { border-color: rgb(220,145,28); }
td.TdClassName
{
border-color: #DC911C;
}
.TagClassName
{
border-color: #DC911C;
}
</style>