Shades of Buttercup #DD921D
Tints of Buttercup #DD921D
RGB
CMYK
RGB Variations
Color information
#DD921D (or 0xDD921D) is known color: Buttercup. HEX triplet: DD, 92 and 1D. RGB value is (221,146,29). Sum of RGB (Red+Green+Blue) = 221+146+29=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD921D is #226DE2. Grayscale: #9B9B9B. Windows color (decimal): -2256355 or 1938141. OLE color: 1938141.
HSL color Cylindrical-coordinate representation of color #DD921D: hue angle of 36.56º 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 #DD921D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 29 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.56º | 0.77% | 0.49% | - |
| HSV(B) | 36.56º | 0.87% | 0.87% | - |
| XYZ | 40.32 | 36.02 | 5.99 | - |
| YUV | 155.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 29 | 0 | 0.34 | 0.87 | 0.13 | 36.56 | 0.77 | 0.49 |
| Hex | DD | 92 | 1D | 0 | 22 | 57 | D | 25 | 4D | 31 |
| Octal | 335 | 222 | 35 | 0 | 42 | 127 | 15 | 45 | 115 | 61 |
| Binary | 11011101 | 10010010 | 11101 | 0 | 100010 | 1010111 | 1101 | 100101 | 1001101 | 110001 |
Color Harmonies of #DD921D
Complementary color
Monochromatic Colors of #DD921D
Black with #DD921D
Text Example
Text Example
White with #DD921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD921D; }
p { color: rgb(221,146,29); }
H1.HeaderClassName
{
color: #DD921D;
}
.AnyTagClassName
{
color: #DD921D;
}
</style>
background-color css
<style>
a { background-color: #DD921D; }
a { background-color: rgb(221,146,29); }
div.DivClassName
{
background-color: #DD921D;
}
.BgClassName
{
background-color: #DD921D;
}
</style>
border-color css
<style>
span { border-color: #DD921D; }
span { border-color: rgb(221,146,29); }
td.TdClassName
{
border-color: #DD921D;
}
.TagClassName
{
border-color: #DD921D;
}
</style>