Shades of Buttercup #DC972C
Tints of Buttercup #DC972C
RGB
CMYK
RGB Variations
Color information
#DC972C (or 0xDC972C) is known color: Buttercup. HEX triplet: DC, 97 and 2C. RGB value is (220,151,44). Sum of RGB (Red+Green+Blue) = 220+151+44=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC972C is #2368D3. Grayscale: #9F9F9F. Windows color (decimal): -2320596 or 2922460. OLE color: 2922460.
HSL color Cylindrical-coordinate representation of color #DC972C: hue angle of 36.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC972C is Cyan = 0, Magento = 0.31, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 44 | - |
| CMYK | 0 | 0.31 | 0.8 | 0.14 |
| HSL | 36.48º | 0.72% | 0.52% | - |
| HSV(B) | 36.48º | 0.8% | 0.86% | - |
| XYZ | 41.04 | 37.53 | 7.46 | - |
| YUV | 159.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 44 | 0 | 0.31 | 0.8 | 0.14 | 36.48 | 0.72 | 0.52 |
| Hex | DC | 97 | 2C | 0 | 1F | 50 | E | 24 | 48 | 34 |
| Octal | 334 | 227 | 54 | 0 | 37 | 120 | 16 | 44 | 110 | 64 |
| Binary | 11011100 | 10010111 | 101100 | 0 | 11111 | 1010000 | 1110 | 100100 | 1001000 | 110100 |
Color Harmonies of #DC972C
Complementary color
Monochromatic Colors of #DC972C
Black with #DC972C
Text Example
Text Example
White with #DC972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC972C; }
p { color: rgb(220,151,44); }
H1.HeaderClassName
{
color: #DC972C;
}
.AnyTagClassName
{
color: #DC972C;
}
</style>
background-color css
<style>
a { background-color: #DC972C; }
a { background-color: rgb(220,151,44); }
div.DivClassName
{
background-color: #DC972C;
}
.BgClassName
{
background-color: #DC972C;
}
</style>
border-color css
<style>
span { border-color: #DC972C; }
span { border-color: rgb(220,151,44); }
td.TdClassName
{
border-color: #DC972C;
}
.TagClassName
{
border-color: #DC972C;
}
</style>