Shades of Buttercup #DC921D
Tints of Buttercup #DC921D
RGB
CMYK
RGB Variations
Color information
#DC921D (or 0xDC921D) is known color: Buttercup. HEX triplet: DC, 92 and 1D. RGB value is (220,146,29). Sum of RGB (Red+Green+Blue) = 220+146+29=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC921D is #236DE2. Grayscale: #9B9B9B. Windows color (decimal): -2321891 or 1938140. OLE color: 1938140.
HSL color Cylindrical-coordinate representation of color #DC921D: hue angle of 36.75º 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 #DC921D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 29 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.14 |
| HSL | 36.75º | 0.77% | 0.49% | - |
| HSV(B) | 36.75º | 0.87% | 0.86% | - |
| XYZ | 40.02 | 35.86 | 5.98 | - |
| YUV | 154.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 29 | 0 | 0.34 | 0.87 | 0.14 | 36.75 | 0.77 | 0.49 |
| Hex | DC | 92 | 1D | 0 | 22 | 57 | E | 25 | 4D | 31 |
| Octal | 334 | 222 | 35 | 0 | 42 | 127 | 16 | 45 | 115 | 61 |
| Binary | 11011100 | 10010010 | 11101 | 0 | 100010 | 1010111 | 1110 | 100101 | 1001101 | 110001 |
Color Harmonies of #DC921D
Complementary color
Monochromatic Colors of #DC921D
Black with #DC921D
Text Example
Text Example
White with #DC921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC921D; }
p { color: rgb(220,146,29); }
H1.HeaderClassName
{
color: #DC921D;
}
.AnyTagClassName
{
color: #DC921D;
}
</style>
background-color css
<style>
a { background-color: #DC921D; }
a { background-color: rgb(220,146,29); }
div.DivClassName
{
background-color: #DC921D;
}
.BgClassName
{
background-color: #DC921D;
}
</style>
border-color css
<style>
span { border-color: #DC921D; }
span { border-color: rgb(220,146,29); }
td.TdClassName
{
border-color: #DC921D;
}
.TagClassName
{
border-color: #DC921D;
}
</style>