Shades of Buttercup #DC912A
Tints of Buttercup #DC912A
RGB
CMYK
RGB Variations
Color information
#DC912A (or 0xDC912A) is known color: Buttercup. HEX triplet: DC, 91 and 2A. RGB value is (220,145,42). Sum of RGB (Red+Green+Blue) = 220+145+42=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC912A is #236ED5. Grayscale: #9C9C9C. Windows color (decimal): -2322134 or 2789852. OLE color: 2789852.
HSL color Cylindrical-coordinate representation of color #DC912A: hue angle of 34.72º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC912A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 42 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.14 |
| HSL | 34.72º | 0.72% | 0.51% | - |
| HSV(B) | 34.72º | 0.81% | 0.86% | - |
| XYZ | 40.06 | 35.63 | 6.96 | - |
| YUV | 155.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 42 | 0 | 0.34 | 0.81 | 0.14 | 34.72 | 0.72 | 0.51 |
| Hex | DC | 91 | 2A | 0 | 22 | 51 | E | 23 | 48 | 33 |
| Octal | 334 | 221 | 52 | 0 | 42 | 121 | 16 | 43 | 110 | 63 |
| Binary | 11011100 | 10010001 | 101010 | 0 | 100010 | 1010001 | 1110 | 100011 | 1001000 | 110011 |
Color Harmonies of #DC912A
Complementary color
Monochromatic Colors of #DC912A
Black with #DC912A
Text Example
Text Example
White with #DC912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC912A; }
p { color: rgb(220,145,42); }
H1.HeaderClassName
{
color: #DC912A;
}
.AnyTagClassName
{
color: #DC912A;
}
</style>
background-color css
<style>
a { background-color: #DC912A; }
a { background-color: rgb(220,145,42); }
div.DivClassName
{
background-color: #DC912A;
}
.BgClassName
{
background-color: #DC912A;
}
</style>
border-color css
<style>
span { border-color: #DC912A; }
span { border-color: rgb(220,145,42); }
td.TdClassName
{
border-color: #DC912A;
}
.TagClassName
{
border-color: #DC912A;
}
</style>