Shades of Buttercup #DD961D
Tints of Buttercup #DD961D
RGB
CMYK
RGB Variations
Color information
#DD961D (or 0xDD961D) is known color: Buttercup. HEX triplet: DD, 96 and 1D. RGB value is (221,150,29). Sum of RGB (Red+Green+Blue) = 221+150+29=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961D is #2269E2. Grayscale: #9D9D9D. Windows color (decimal): -2255331 or 1939165. OLE color: 1939165.
HSL color Cylindrical-coordinate representation of color #DD961D: hue angle of 37.81º degrees, saturation: 0.77, 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 #DD961D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.13 |
| HSL | 37.81º | 0.77% | 0.49% | - |
| HSV(B) | 37.81º | 0.87% | 0.87% | - |
| XYZ | 40.95 | 37.27 | 6.2 | - |
| YUV | 157.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 29 | 0 | 0.32 | 0.87 | 0.13 | 37.81 | 0.77 | 0.49 |
| Hex | DD | 96 | 1D | 0 | 20 | 57 | D | 26 | 4D | 31 |
| Octal | 335 | 226 | 35 | 0 | 40 | 127 | 15 | 46 | 115 | 61 |
| Binary | 11011101 | 10010110 | 11101 | 0 | 100000 | 1010111 | 1101 | 100110 | 1001101 | 110001 |
Color Harmonies of #DD961D
Complementary color
Monochromatic Colors of #DD961D
Black with #DD961D
Text Example
Text Example
White with #DD961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD961D; }
p { color: rgb(221,150,29); }
H1.HeaderClassName
{
color: #DD961D;
}
.AnyTagClassName
{
color: #DD961D;
}
</style>
background-color css
<style>
a { background-color: #DD961D; }
a { background-color: rgb(221,150,29); }
div.DivClassName
{
background-color: #DD961D;
}
.BgClassName
{
background-color: #DD961D;
}
</style>
border-color css
<style>
span { border-color: #DD961D; }
span { border-color: rgb(221,150,29); }
td.TdClassName
{
border-color: #DD961D;
}
.TagClassName
{
border-color: #DD961D;
}
</style>