Shades of Buttercup #DD951B
Tints of Buttercup #DD951B
RGB
CMYK
RGB Variations
Color information
#DD951B (or 0xDD951B) is known color: Buttercup. HEX triplet: DD, 95 and 1B. RGB value is (221,149,27). Sum of RGB (Red+Green+Blue) = 221+149+27=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD951B is #226AE4. Grayscale: #9D9D9D. Windows color (decimal): -2255589 or 1807837. OLE color: 1807837.
HSL color Cylindrical-coordinate representation of color #DD951B: hue angle of 37.73º 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 #DD951B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.73º | 0.78% | 0.49% | - |
| HSV(B) | 37.73º | 0.88% | 0.87% | - |
| XYZ | 40.76 | 36.95 | 6.02 | - |
| YUV | 156.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 27 | 0 | 0.33 | 0.88 | 0.13 | 37.73 | 0.78 | 0.49 |
| Hex | DD | 95 | 1B | 0 | 21 | 58 | D | 26 | 4E | 31 |
| Octal | 335 | 225 | 33 | 0 | 41 | 130 | 15 | 46 | 116 | 61 |
| Binary | 11011101 | 10010101 | 11011 | 0 | 100001 | 1011000 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DD951B
Complementary color
Monochromatic Colors of #DD951B
Black with #DD951B
Text Example
Text Example
White with #DD951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD951B; }
p { color: rgb(221,149,27); }
H1.HeaderClassName
{
color: #DD951B;
}
.AnyTagClassName
{
color: #DD951B;
}
</style>
background-color css
<style>
a { background-color: #DD951B; }
a { background-color: rgb(221,149,27); }
div.DivClassName
{
background-color: #DD951B;
}
.BgClassName
{
background-color: #DD951B;
}
</style>
border-color css
<style>
span { border-color: #DD951B; }
span { border-color: rgb(221,149,27); }
td.TdClassName
{
border-color: #DD951B;
}
.TagClassName
{
border-color: #DD951B;
}
</style>