Shades of Buttercup #DD921C
Tints of Buttercup #DD921C
RGB
CMYK
RGB Variations
Color information
#DD921C (or 0xDD921C) is known color: Buttercup. HEX triplet: DD, 92 and 1C. RGB value is (221,146,28). Sum of RGB (Red+Green+Blue) = 221+146+28=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD921C is #226DE3. Grayscale: #9B9B9B. Windows color (decimal): -2256356 or 1872605. OLE color: 1872605.
HSL color Cylindrical-coordinate representation of color #DD921C: hue angle of 36.68º 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 #DD921C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.68º | 0.78% | 0.49% | - |
| HSV(B) | 36.68º | 0.87% | 0.87% | - |
| XYZ | 40.31 | 36.01 | 5.93 | - |
| YUV | 154.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 28 | 0 | 0.34 | 0.87 | 0.13 | 36.68 | 0.78 | 0.49 |
| Hex | DD | 92 | 1C | 0 | 22 | 57 | D | 25 | 4E | 31 |
| Octal | 335 | 222 | 34 | 0 | 42 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011101 | 10010010 | 11100 | 0 | 100010 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DD921C
Complementary color
Monochromatic Colors of #DD921C
Black with #DD921C
Text Example
Text Example
White with #DD921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD921C; }
p { color: rgb(221,146,28); }
H1.HeaderClassName
{
color: #DD921C;
}
.AnyTagClassName
{
color: #DD921C;
}
</style>
background-color css
<style>
a { background-color: #DD921C; }
a { background-color: rgb(221,146,28); }
div.DivClassName
{
background-color: #DD921C;
}
.BgClassName
{
background-color: #DD921C;
}
</style>
border-color css
<style>
span { border-color: #DD921C; }
span { border-color: rgb(221,146,28); }
td.TdClassName
{
border-color: #DD921C;
}
.TagClassName
{
border-color: #DD921C;
}
</style>