Shades of Buttercup #DC972F
Tints of Buttercup #DC972F
RGB
CMYK
RGB Variations
Color information
#DC972F (or 0xDC972F) is known color: Buttercup. HEX triplet: DC, 97 and 2F. RGB value is (220,151,47). Sum of RGB (Red+Green+Blue) = 220+151+47=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC972F is #2368D0. Grayscale: #A0A0A0. Windows color (decimal): -2320593 or 3119068. OLE color: 3119068.
HSL color Cylindrical-coordinate representation of color #DC972F: hue angle of 36.07º 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 #DC972F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.07º | 0.71% | 0.52% | - |
| HSV(B) | 36.07º | 0.79% | 0.86% | - |
| XYZ | 41.09 | 37.55 | 7.77 | - |
| YUV | 159.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 47 | 0 | 0.31 | 0.79 | 0.14 | 36.07 | 0.71 | 0.52 |
| Hex | DC | 97 | 2F | 0 | 1F | 4F | E | 24 | 47 | 34 |
| Octal | 334 | 227 | 57 | 0 | 37 | 117 | 16 | 44 | 107 | 64 |
| Binary | 11011100 | 10010111 | 101111 | 0 | 11111 | 1001111 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DC972F
Complementary color
Monochromatic Colors of #DC972F
Black with #DC972F
Text Example
Text Example
White with #DC972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC972F; }
p { color: rgb(220,151,47); }
H1.HeaderClassName
{
color: #DC972F;
}
.AnyTagClassName
{
color: #DC972F;
}
</style>
background-color css
<style>
a { background-color: #DC972F; }
a { background-color: rgb(220,151,47); }
div.DivClassName
{
background-color: #DC972F;
}
.BgClassName
{
background-color: #DC972F;
}
</style>
border-color css
<style>
span { border-color: #DC972F; }
span { border-color: rgb(220,151,47); }
td.TdClassName
{
border-color: #DC972F;
}
.TagClassName
{
border-color: #DC972F;
}
</style>