Shades of Buttercup #DD961C
Tints of Buttercup #DD961C
RGB
CMYK
RGB Variations
Color information
#DD961C (or 0xDD961C) is known color: Buttercup. HEX triplet: DD, 96 and 1C. RGB value is (221,150,28). Sum of RGB (Red+Green+Blue) = 221+150+28=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961C is #2269E3. Grayscale: #9D9D9D. Windows color (decimal): -2255332 or 1873629. OLE color: 1873629.
HSL color Cylindrical-coordinate representation of color #DD961C: hue angle of 37.93º 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 #DD961C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.13 |
| HSL | 37.93º | 0.78% | 0.49% | - |
| HSV(B) | 37.93º | 0.87% | 0.87% | - |
| XYZ | 40.93 | 37.27 | 6.13 | - |
| YUV | 157.32 | 55.02 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 28 | 0 | 0.32 | 0.87 | 0.13 | 37.93 | 0.78 | 0.49 |
| Hex | DD | 96 | 1C | 0 | 20 | 57 | D | 26 | 4E | 31 |
| Octal | 335 | 226 | 34 | 0 | 40 | 127 | 15 | 46 | 116 | 61 |
| Binary | 11011101 | 10010110 | 11100 | 0 | 100000 | 1010111 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DD961C
Complementary color
Monochromatic Colors of #DD961C
Black with #DD961C
Text Example
Text Example
White with #DD961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD961C; }
p { color: rgb(221,150,28); }
H1.HeaderClassName
{
color: #DD961C;
}
.AnyTagClassName
{
color: #DD961C;
}
</style>
background-color css
<style>
a { background-color: #DD961C; }
a { background-color: rgb(221,150,28); }
div.DivClassName
{
background-color: #DD961C;
}
.BgClassName
{
background-color: #DD961C;
}
</style>
border-color css
<style>
span { border-color: #DD961C; }
span { border-color: rgb(221,150,28); }
td.TdClassName
{
border-color: #DD961C;
}
.TagClassName
{
border-color: #DD961C;
}
</style>