Shades of Buttercup #DD931A
Tints of Buttercup #DD931A
RGB
CMYK
RGB Variations
Color information
#DD931A (or 0xDD931A) is known color: Buttercup. HEX triplet: DD, 93 and 1A. RGB value is (221,147,26). Sum of RGB (Red+Green+Blue) = 221+147+26=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD931A is #226CE5. Grayscale: #9B9B9B. Windows color (decimal): -2256102 or 1741789. OLE color: 1741789.
HSL color Cylindrical-coordinate representation of color #DD931A: hue angle of 37.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD931A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 26 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.23º | 0.79% | 0.48% | - |
| HSV(B) | 37.23º | 0.88% | 0.87% | - |
| XYZ | 40.44 | 36.31 | 5.86 | - |
| YUV | 155.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 26 | 0 | 0.33 | 0.88 | 0.13 | 37.23 | 0.79 | 0.48 |
| Hex | DD | 93 | 1A | 0 | 21 | 58 | D | 25 | 4F | 30 |
| Octal | 335 | 223 | 32 | 0 | 41 | 130 | 15 | 45 | 117 | 60 |
| Binary | 11011101 | 10010011 | 11010 | 0 | 100001 | 1011000 | 1101 | 100101 | 1001111 | 110000 |
Color Harmonies of #DD931A
Complementary color
Monochromatic Colors of #DD931A
Black with #DD931A
Text Example
Text Example
White with #DD931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD931A; }
p { color: rgb(221,147,26); }
H1.HeaderClassName
{
color: #DD931A;
}
.AnyTagClassName
{
color: #DD931A;
}
</style>
background-color css
<style>
a { background-color: #DD931A; }
a { background-color: rgb(221,147,26); }
div.DivClassName
{
background-color: #DD931A;
}
.BgClassName
{
background-color: #DD931A;
}
</style>
border-color css
<style>
span { border-color: #DD931A; }
span { border-color: rgb(221,147,26); }
td.TdClassName
{
border-color: #DD931A;
}
.TagClassName
{
border-color: #DD931A;
}
</style>