Shades of Buttercup #DC972E
Tints of Buttercup #DC972E
RGB
CMYK
RGB Variations
Color information
#DC972E (or 0xDC972E) is known color: Buttercup. HEX triplet: DC, 97 and 2E. RGB value is (220,151,46). Sum of RGB (Red+Green+Blue) = 220+151+46=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC972E is #2368D1. Grayscale: #A0A0A0. Windows color (decimal): -2320594 or 3053532. OLE color: 3053532.
HSL color Cylindrical-coordinate representation of color #DC972E: hue angle of 36.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC972E is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 46 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.21º | 0.71% | 0.52% | - |
| HSV(B) | 36.21º | 0.79% | 0.86% | - |
| XYZ | 41.07 | 37.55 | 7.67 | - |
| YUV | 159.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 46 | 0 | 0.31 | 0.79 | 0.14 | 36.21 | 0.71 | 0.52 |
| Hex | DC | 97 | 2E | 0 | 1F | 4F | E | 24 | 47 | 34 |
| Octal | 334 | 227 | 56 | 0 | 37 | 117 | 16 | 44 | 107 | 64 |
| Binary | 11011100 | 10010111 | 101110 | 0 | 11111 | 1001111 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DC972E
Complementary color
Monochromatic Colors of #DC972E
Black with #DC972E
Text Example
Text Example
White with #DC972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC972E; }
p { color: rgb(220,151,46); }
H1.HeaderClassName
{
color: #DC972E;
}
.AnyTagClassName
{
color: #DC972E;
}
</style>
background-color css
<style>
a { background-color: #DC972E; }
a { background-color: rgb(220,151,46); }
div.DivClassName
{
background-color: #DC972E;
}
.BgClassName
{
background-color: #DC972E;
}
</style>
border-color css
<style>
span { border-color: #DC972E; }
span { border-color: rgb(220,151,46); }
td.TdClassName
{
border-color: #DC972E;
}
.TagClassName
{
border-color: #DC972E;
}
</style>