Shades of Buttercup #DD941C
Tints of Buttercup #DD941C
RGB
CMYK
RGB Variations
Color information
#DD941C (or 0xDD941C) is known color: Buttercup. HEX triplet: DD, 94 and 1C. RGB value is (221,148,28). Sum of RGB (Red+Green+Blue) = 221+148+28=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD941C is #226BE3. Grayscale: #9C9C9C. Windows color (decimal): -2255844 or 1873117. OLE color: 1873117.
HSL color Cylindrical-coordinate representation of color #DD941C: hue angle of 37.31º 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 #DD941C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 37.31º | 0.78% | 0.49% | - |
| HSV(B) | 37.31º | 0.87% | 0.87% | - |
| XYZ | 40.62 | 36.64 | 6.03 | - |
| YUV | 156.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 28 | 0 | 0.33 | 0.87 | 0.13 | 37.31 | 0.78 | 0.49 |
| Hex | DD | 94 | 1C | 0 | 21 | 57 | D | 25 | 4E | 31 |
| Octal | 335 | 224 | 34 | 0 | 41 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011101 | 10010100 | 11100 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DD941C
Complementary color
Monochromatic Colors of #DD941C
Black with #DD941C
Text Example
Text Example
White with #DD941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD941C; }
p { color: rgb(221,148,28); }
H1.HeaderClassName
{
color: #DD941C;
}
.AnyTagClassName
{
color: #DD941C;
}
</style>
background-color css
<style>
a { background-color: #DD941C; }
a { background-color: rgb(221,148,28); }
div.DivClassName
{
background-color: #DD941C;
}
.BgClassName
{
background-color: #DD941C;
}
</style>
border-color css
<style>
span { border-color: #DD941C; }
span { border-color: rgb(221,148,28); }
td.TdClassName
{
border-color: #DD941C;
}
.TagClassName
{
border-color: #DD941C;
}
</style>