Shades of Buttercup #DD951C
Tints of Buttercup #DD951C
RGB
CMYK
RGB Variations
Color information
#DD951C (or 0xDD951C) is known color: Buttercup. HEX triplet: DD, 95 and 1C. RGB value is (221,149,28). Sum of RGB (Red+Green+Blue) = 221+149+28=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD951C is #226AE3. Grayscale: #9D9D9D. Windows color (decimal): -2255588 or 1873373. OLE color: 1873373.
HSL color Cylindrical-coordinate representation of color #DD951C: hue angle of 37.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD951C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 37.62º | 0.78% | 0.49% | - |
| HSV(B) | 37.62º | 0.87% | 0.87% | - |
| XYZ | 40.78 | 36.95 | 6.08 | - |
| YUV | 156.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 28 | 0 | 0.33 | 0.87 | 0.13 | 37.62 | 0.78 | 0.49 |
| Hex | DD | 95 | 1C | 0 | 21 | 57 | D | 26 | 4E | 31 |
| Octal | 335 | 225 | 34 | 0 | 41 | 127 | 15 | 46 | 116 | 61 |
| Binary | 11011101 | 10010101 | 11100 | 0 | 100001 | 1010111 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DD951C
Complementary color
Monochromatic Colors of #DD951C
Black with #DD951C
Text Example
Text Example
White with #DD951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD951C; }
p { color: rgb(221,149,28); }
H1.HeaderClassName
{
color: #DD951C;
}
.AnyTagClassName
{
color: #DD951C;
}
</style>
background-color css
<style>
a { background-color: #DD951C; }
a { background-color: rgb(221,149,28); }
div.DivClassName
{
background-color: #DD951C;
}
.BgClassName
{
background-color: #DD951C;
}
</style>
border-color css
<style>
span { border-color: #DD951C; }
span { border-color: rgb(221,149,28); }
td.TdClassName
{
border-color: #DD951C;
}
.TagClassName
{
border-color: #DD951C;
}
</style>