Shades of Buttercup #DC941D
Tints of Buttercup #DC941D
RGB
CMYK
RGB Variations
Color information
#DC941D (or 0xDC941D) is known color: Buttercup. HEX triplet: DC, 94 and 1D. RGB value is (220,148,29). Sum of RGB (Red+Green+Blue) = 220+148+29=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC941D is #236BE2. Grayscale: #9C9C9C. Windows color (decimal): -2321379 or 1938652. OLE color: 1938652.
HSL color Cylindrical-coordinate representation of color #DC941D: hue angle of 37.38º 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 #DC941D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 29 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.14 |
| HSL | 37.38º | 0.77% | 0.49% | - |
| HSV(B) | 37.38º | 0.87% | 0.86% | - |
| XYZ | 40.33 | 36.48 | 6.08 | - |
| YUV | 155.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 29 | 0 | 0.33 | 0.87 | 0.14 | 37.38 | 0.77 | 0.49 |
| Hex | DC | 94 | 1D | 0 | 21 | 57 | E | 25 | 4D | 31 |
| Octal | 334 | 224 | 35 | 0 | 41 | 127 | 16 | 45 | 115 | 61 |
| Binary | 11011100 | 10010100 | 11101 | 0 | 100001 | 1010111 | 1110 | 100101 | 1001101 | 110001 |
Color Harmonies of #DC941D
Complementary color
Monochromatic Colors of #DC941D
Black with #DC941D
Text Example
Text Example
White with #DC941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC941D; }
p { color: rgb(220,148,29); }
H1.HeaderClassName
{
color: #DC941D;
}
.AnyTagClassName
{
color: #DC941D;
}
</style>
background-color css
<style>
a { background-color: #DC941D; }
a { background-color: rgb(220,148,29); }
div.DivClassName
{
background-color: #DC941D;
}
.BgClassName
{
background-color: #DC941D;
}
</style>
border-color css
<style>
span { border-color: #DC941D; }
span { border-color: rgb(220,148,29); }
td.TdClassName
{
border-color: #DC941D;
}
.TagClassName
{
border-color: #DC941D;
}
</style>