Shades of Buttercup #DF921B
Tints of Buttercup #DF921B
RGB
CMYK
RGB Variations
Color information
#DF921B (or 0xDF921B) is known color: Buttercup. HEX triplet: DF, 92 and 1B. RGB value is (223,146,27). Sum of RGB (Red+Green+Blue) = 223+146+27=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF921B is #206DE4. Grayscale: #9C9C9C. Windows color (decimal): -2125285 or 1807071. OLE color: 1807071.
HSL color Cylindrical-coordinate representation of color #DF921B: hue angle of 36.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF921B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 27 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.13 |
| HSL | 36.43º | 0.78% | 0.49% | - |
| HSV(B) | 36.43º | 0.88% | 0.87% | - |
| XYZ | 40.91 | 36.32 | 5.89 | - |
| YUV | 155.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 27 | 0 | 0.35 | 0.88 | 0.13 | 36.43 | 0.78 | 0.49 |
| Hex | DF | 92 | 1B | 0 | 23 | 58 | D | 24 | 4E | 31 |
| Octal | 337 | 222 | 33 | 0 | 43 | 130 | 15 | 44 | 116 | 61 |
| Binary | 11011111 | 10010010 | 11011 | 0 | 100011 | 1011000 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DF921B
Complementary color
Monochromatic Colors of #DF921B
Black with #DF921B
Text Example
Text Example
White with #DF921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF921B; }
p { color: rgb(223,146,27); }
H1.HeaderClassName
{
color: #DF921B;
}
.AnyTagClassName
{
color: #DF921B;
}
</style>
background-color css
<style>
a { background-color: #DF921B; }
a { background-color: rgb(223,146,27); }
div.DivClassName
{
background-color: #DF921B;
}
.BgClassName
{
background-color: #DF921B;
}
</style>
border-color css
<style>
span { border-color: #DF921B; }
span { border-color: rgb(223,146,27); }
td.TdClassName
{
border-color: #DF921B;
}
.TagClassName
{
border-color: #DF921B;
}
</style>