Shades of Buttercup #DC952E
Tints of Buttercup #DC952E
RGB
CMYK
RGB Variations
Color information
#DC952E (or 0xDC952E) is known color: Buttercup. HEX triplet: DC, 95 and 2E. RGB value is (220,149,46). Sum of RGB (Red+Green+Blue) = 220+149+46=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC952E is #236AD1. Grayscale: #9E9E9E. Windows color (decimal): -2321106 or 3053020. OLE color: 3053020.
HSL color Cylindrical-coordinate representation of color #DC952E: hue angle of 35.52º 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 #DC952E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 46 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.14 |
| HSL | 35.52º | 0.71% | 0.52% | - |
| HSV(B) | 35.52º | 0.79% | 0.86% | - |
| XYZ | 40.76 | 36.91 | 7.56 | - |
| YUV | 158.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 46 | 0 | 0.32 | 0.79 | 0.14 | 35.52 | 0.71 | 0.52 |
| Hex | DC | 95 | 2E | 0 | 20 | 4F | E | 24 | 47 | 34 |
| Octal | 334 | 225 | 56 | 0 | 40 | 117 | 16 | 44 | 107 | 64 |
| Binary | 11011100 | 10010101 | 101110 | 0 | 100000 | 1001111 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DC952E
Complementary color
Monochromatic Colors of #DC952E
Black with #DC952E
Text Example
Text Example
White with #DC952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC952E; }
p { color: rgb(220,149,46); }
H1.HeaderClassName
{
color: #DC952E;
}
.AnyTagClassName
{
color: #DC952E;
}
</style>
background-color css
<style>
a { background-color: #DC952E; }
a { background-color: rgb(220,149,46); }
div.DivClassName
{
background-color: #DC952E;
}
.BgClassName
{
background-color: #DC952E;
}
</style>
border-color css
<style>
span { border-color: #DC952E; }
span { border-color: rgb(220,149,46); }
td.TdClassName
{
border-color: #DC952E;
}
.TagClassName
{
border-color: #DC952E;
}
</style>