Shades of Buttercup #DC972A
Tints of Buttercup #DC972A
RGB
CMYK
RGB Variations
Color information
#DC972A (or 0xDC972A) is known color: Buttercup. HEX triplet: DC, 97 and 2A. RGB value is (220,151,42). Sum of RGB (Red+Green+Blue) = 220+151+42=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC972A is #2368D5. Grayscale: #9F9F9F. Windows color (decimal): -2320598 or 2791388. OLE color: 2791388.
HSL color Cylindrical-coordinate representation of color #DC972A: hue angle of 36.74º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC972A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.14 |
| HSL | 36.74º | 0.72% | 0.51% | - |
| HSV(B) | 36.74º | 0.81% | 0.86% | - |
| XYZ | 41 | 37.52 | 7.27 | - |
| YUV | 159.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 42 | 0 | 0.31 | 0.81 | 0.14 | 36.74 | 0.72 | 0.51 |
| Hex | DC | 97 | 2A | 0 | 1F | 51 | E | 25 | 48 | 33 |
| Octal | 334 | 227 | 52 | 0 | 37 | 121 | 16 | 45 | 110 | 63 |
| Binary | 11011100 | 10010111 | 101010 | 0 | 11111 | 1010001 | 1110 | 100101 | 1001000 | 110011 |
Color Harmonies of #DC972A
Complementary color
Monochromatic Colors of #DC972A
Black with #DC972A
Text Example
Text Example
White with #DC972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC972A; }
p { color: rgb(220,151,42); }
H1.HeaderClassName
{
color: #DC972A;
}
.AnyTagClassName
{
color: #DC972A;
}
</style>
background-color css
<style>
a { background-color: #DC972A; }
a { background-color: rgb(220,151,42); }
div.DivClassName
{
background-color: #DC972A;
}
.BgClassName
{
background-color: #DC972A;
}
</style>
border-color css
<style>
span { border-color: #DC972A; }
span { border-color: rgb(220,151,42); }
td.TdClassName
{
border-color: #DC972A;
}
.TagClassName
{
border-color: #DC972A;
}
</style>