Shades of Buttercup #DD931D
Tints of Buttercup #DD931D
RGB
CMYK
RGB Variations
Color information
#DD931D (or 0xDD931D) is known color: Buttercup. HEX triplet: DD, 93 and 1D. RGB value is (221,147,29). Sum of RGB (Red+Green+Blue) = 221+147+29=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931D is #226CE2. Grayscale: #9C9C9C. Windows color (decimal): -2256099 or 1938397. OLE color: 1938397.
HSL color Cylindrical-coordinate representation of color #DD931D: hue angle of 36.88º 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 #DD931D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 29 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 36.88º | 0.77% | 0.49% | - |
| HSV(B) | 36.88º | 0.87% | 0.87% | - |
| XYZ | 40.47 | 36.33 | 6.04 | - |
| YUV | 155.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 29 | 0 | 0.33 | 0.87 | 0.13 | 36.88 | 0.77 | 0.49 |
| Hex | DD | 93 | 1D | 0 | 21 | 57 | D | 25 | 4D | 31 |
| Octal | 335 | 223 | 35 | 0 | 41 | 127 | 15 | 45 | 115 | 61 |
| Binary | 11011101 | 10010011 | 11101 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001101 | 110001 |
Color Harmonies of #DD931D
Complementary color
Monochromatic Colors of #DD931D
Black with #DD931D
Text Example
Text Example
White with #DD931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD931D; }
p { color: rgb(221,147,29); }
H1.HeaderClassName
{
color: #DD931D;
}
.AnyTagClassName
{
color: #DD931D;
}
</style>
background-color css
<style>
a { background-color: #DD931D; }
a { background-color: rgb(221,147,29); }
div.DivClassName
{
background-color: #DD931D;
}
.BgClassName
{
background-color: #DD931D;
}
</style>
border-color css
<style>
span { border-color: #DD931D; }
span { border-color: rgb(221,147,29); }
td.TdClassName
{
border-color: #DD931D;
}
.TagClassName
{
border-color: #DD931D;
}
</style>