Shades of Buttercup #DD961B
Tints of Buttercup #DD961B
RGB
CMYK
RGB Variations
Color information
#DD961B (or 0xDD961B) is known color: Buttercup. HEX triplet: DD, 96 and 1B. RGB value is (221,150,27). Sum of RGB (Red+Green+Blue) = 221+150+27=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD961B is #2269E4. Grayscale: #9D9D9D. Windows color (decimal): -2255333 or 1808093. OLE color: 1808093.
HSL color Cylindrical-coordinate representation of color #DD961B: hue angle of 38.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD961B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.13 |
| HSL | 38.04º | 0.78% | 0.49% | - |
| HSV(B) | 38.04º | 0.88% | 0.87% | - |
| XYZ | 40.92 | 37.26 | 6.07 | - |
| YUV | 157.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 27 | 0 | 0.32 | 0.88 | 0.13 | 38.04 | 0.78 | 0.49 |
| Hex | DD | 96 | 1B | 0 | 20 | 58 | D | 26 | 4E | 31 |
| Octal | 335 | 226 | 33 | 0 | 40 | 130 | 15 | 46 | 116 | 61 |
| Binary | 11011101 | 10010110 | 11011 | 0 | 100000 | 1011000 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DD961B
Complementary color
Monochromatic Colors of #DD961B
Black with #DD961B
Text Example
Text Example
White with #DD961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD961B; }
p { color: rgb(221,150,27); }
H1.HeaderClassName
{
color: #DD961B;
}
.AnyTagClassName
{
color: #DD961B;
}
</style>
background-color css
<style>
a { background-color: #DD961B; }
a { background-color: rgb(221,150,27); }
div.DivClassName
{
background-color: #DD961B;
}
.BgClassName
{
background-color: #DD961B;
}
</style>
border-color css
<style>
span { border-color: #DD961B; }
span { border-color: rgb(221,150,27); }
td.TdClassName
{
border-color: #DD961B;
}
.TagClassName
{
border-color: #DD961B;
}
</style>