Shades of Buttercup #DD931C
Tints of Buttercup #DD931C
RGB
CMYK
RGB Variations
Color information
#DD931C (or 0xDD931C) is known color: Buttercup. HEX triplet: DD, 93 and 1C. RGB value is (221,147,28). Sum of RGB (Red+Green+Blue) = 221+147+28=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931C is #226CE3. Grayscale: #9C9C9C. Windows color (decimal): -2256100 or 1872861. OLE color: 1872861.
HSL color Cylindrical-coordinate representation of color #DD931C: hue angle of 36.99º 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 #DD931C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 36.99º | 0.78% | 0.49% | - |
| HSV(B) | 36.99º | 0.87% | 0.87% | - |
| XYZ | 40.46 | 36.32 | 5.98 | - |
| YUV | 155.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 28 | 0 | 0.33 | 0.87 | 0.13 | 36.99 | 0.78 | 0.49 |
| Hex | DD | 93 | 1C | 0 | 21 | 57 | D | 25 | 4E | 31 |
| Octal | 335 | 223 | 34 | 0 | 41 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011101 | 10010011 | 11100 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DD931C
Complementary color
Monochromatic Colors of #DD931C
Black with #DD931C
Text Example
Text Example
White with #DD931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD931C; }
p { color: rgb(221,147,28); }
H1.HeaderClassName
{
color: #DD931C;
}
.AnyTagClassName
{
color: #DD931C;
}
</style>
background-color css
<style>
a { background-color: #DD931C; }
a { background-color: rgb(221,147,28); }
div.DivClassName
{
background-color: #DD931C;
}
.BgClassName
{
background-color: #DD931C;
}
</style>
border-color css
<style>
span { border-color: #DD931C; }
span { border-color: rgb(221,147,28); }
td.TdClassName
{
border-color: #DD931C;
}
.TagClassName
{
border-color: #DD931C;
}
</style>