Shades of Buttercup #DD921F
Tints of Buttercup #DD921F
RGB
CMYK
RGB Variations
Color information
#DD921F (or 0xDD921F) is known color: Buttercup. HEX triplet: DD, 92 and 1F. RGB value is (221,146,31). Sum of RGB (Red+Green+Blue) = 221+146+31=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD921F is #226DE0. Grayscale: #9B9B9B. Windows color (decimal): -2256353 or 2069213. OLE color: 2069213.
HSL color Cylindrical-coordinate representation of color #DD921F: hue angle of 36.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD921F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 31 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.13 |
| HSL | 36.32º | 0.75% | 0.49% | - |
| HSV(B) | 36.32º | 0.86% | 0.87% | - |
| XYZ | 40.35 | 36.03 | 6.12 | - |
| YUV | 155.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 31 | 0 | 0.34 | 0.86 | 0.13 | 36.32 | 0.75 | 0.49 |
| Hex | DD | 92 | 1F | 0 | 22 | 56 | D | 24 | 4B | 31 |
| Octal | 335 | 222 | 37 | 0 | 42 | 126 | 15 | 44 | 113 | 61 |
| Binary | 11011101 | 10010010 | 11111 | 0 | 100010 | 1010110 | 1101 | 100100 | 1001011 | 110001 |
Color Harmonies of #DD921F
Complementary color
Monochromatic Colors of #DD921F
Black with #DD921F
Text Example
Text Example
White with #DD921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD921F; }
p { color: rgb(221,146,31); }
H1.HeaderClassName
{
color: #DD921F;
}
.AnyTagClassName
{
color: #DD921F;
}
</style>
background-color css
<style>
a { background-color: #DD921F; }
a { background-color: rgb(221,146,31); }
div.DivClassName
{
background-color: #DD921F;
}
.BgClassName
{
background-color: #DD921F;
}
</style>
border-color css
<style>
span { border-color: #DD921F; }
span { border-color: rgb(221,146,31); }
td.TdClassName
{
border-color: #DD921F;
}
.TagClassName
{
border-color: #DD921F;
}
</style>