Shades of Buttercup #DF931B
Tints of Buttercup #DF931B
RGB
CMYK
RGB Variations
Color information
#DF931B (or 0xDF931B) is known color: Buttercup. HEX triplet: DF, 93 and 1B. RGB value is (223,147,27). Sum of RGB (Red+Green+Blue) = 223+147+27=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF931B is #206CE4. Grayscale: #9C9C9C. Windows color (decimal): -2125029 or 1807327. OLE color: 1807327.
HSL color Cylindrical-coordinate representation of color #DF931B: hue angle of 36.73º 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 #DF931B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.13 |
| HSL | 36.73º | 0.78% | 0.49% | - |
| HSV(B) | 36.73º | 0.88% | 0.87% | - |
| XYZ | 41.06 | 36.63 | 5.94 | - |
| YUV | 156.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 27 | 0 | 0.34 | 0.88 | 0.13 | 36.73 | 0.78 | 0.49 |
| Hex | DF | 93 | 1B | 0 | 22 | 58 | D | 25 | 4E | 31 |
| Octal | 337 | 223 | 33 | 0 | 42 | 130 | 15 | 45 | 116 | 61 |
| Binary | 11011111 | 10010011 | 11011 | 0 | 100010 | 1011000 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DF931B
Complementary color
Monochromatic Colors of #DF931B
Black with #DF931B
Text Example
Text Example
White with #DF931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF931B; }
p { color: rgb(223,147,27); }
H1.HeaderClassName
{
color: #DF931B;
}
.AnyTagClassName
{
color: #DF931B;
}
</style>
background-color css
<style>
a { background-color: #DF931B; }
a { background-color: rgb(223,147,27); }
div.DivClassName
{
background-color: #DF931B;
}
.BgClassName
{
background-color: #DF931B;
}
</style>
border-color css
<style>
span { border-color: #DF931B; }
span { border-color: rgb(223,147,27); }
td.TdClassName
{
border-color: #DF931B;
}
.TagClassName
{
border-color: #DF931B;
}
</style>