Shades of Buttercup #DC952F
Tints of Buttercup #DC952F
RGB
CMYK
RGB Variations
Color information
#DC952F (or 0xDC952F) is known color: Buttercup. HEX triplet: DC, 95 and 2F. RGB value is (220,149,47). Sum of RGB (Red+Green+Blue) = 220+149+47=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC952F is #236AD0. Grayscale: #9F9F9F. Windows color (decimal): -2321105 or 3118556. OLE color: 3118556.
HSL color Cylindrical-coordinate representation of color #DC952F: hue angle of 35.38º 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 #DC952F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.14 |
| HSL | 35.38º | 0.71% | 0.52% | - |
| HSV(B) | 35.38º | 0.79% | 0.86% | - |
| XYZ | 40.78 | 36.92 | 7.67 | - |
| YUV | 158.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 47 | 0 | 0.32 | 0.79 | 0.14 | 35.38 | 0.71 | 0.52 |
| Hex | DC | 95 | 2F | 0 | 20 | 4F | E | 23 | 47 | 34 |
| Octal | 334 | 225 | 57 | 0 | 40 | 117 | 16 | 43 | 107 | 64 |
| Binary | 11011100 | 10010101 | 101111 | 0 | 100000 | 1001111 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DC952F
Complementary color
Monochromatic Colors of #DC952F
Black with #DC952F
Text Example
Text Example
White with #DC952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC952F; }
p { color: rgb(220,149,47); }
H1.HeaderClassName
{
color: #DC952F;
}
.AnyTagClassName
{
color: #DC952F;
}
</style>
background-color css
<style>
a { background-color: #DC952F; }
a { background-color: rgb(220,149,47); }
div.DivClassName
{
background-color: #DC952F;
}
.BgClassName
{
background-color: #DC952F;
}
</style>
border-color css
<style>
span { border-color: #DC952F; }
span { border-color: rgb(220,149,47); }
td.TdClassName
{
border-color: #DC952F;
}
.TagClassName
{
border-color: #DC952F;
}
</style>