Shades of Buttercup #DF8F1B
Tints of Buttercup #DF8F1B
RGB
CMYK
RGB Variations
Color information
#DF8F1B (or 0xDF8F1B) is known color: Buttercup. HEX triplet: DF, 8F and 1B. RGB value is (223,143,27). Sum of RGB (Red+Green+Blue) = 223+143+27=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F1B is #2070E4. Grayscale: #9A9A9A. Windows color (decimal): -2126053 or 1806303. OLE color: 1806303.
HSL color Cylindrical-coordinate representation of color #DF8F1B: hue angle of 35.51º 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 #DF8F1B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 27 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.13 |
| HSL | 35.51º | 0.78% | 0.49% | - |
| HSV(B) | 35.51º | 0.88% | 0.87% | - |
| XYZ | 40.45 | 35.41 | 5.74 | - |
| YUV | 153.7 | 56.5 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 27 | 0 | 0.36 | 0.88 | 0.13 | 35.51 | 0.78 | 0.49 |
| Hex | DF | 8F | 1B | 0 | 24 | 58 | D | 24 | 4E | 31 |
| Octal | 337 | 217 | 33 | 0 | 44 | 130 | 15 | 44 | 116 | 61 |
| Binary | 11011111 | 10001111 | 11011 | 0 | 100100 | 1011000 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DF8F1B
Complementary color
Monochromatic Colors of #DF8F1B
Black with #DF8F1B
Text Example
Text Example
White with #DF8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F1B; }
p { color: rgb(223,143,27); }
H1.HeaderClassName
{
color: #DF8F1B;
}
.AnyTagClassName
{
color: #DF8F1B;
}
</style>
background-color css
<style>
a { background-color: #DF8F1B; }
a { background-color: rgb(223,143,27); }
div.DivClassName
{
background-color: #DF8F1B;
}
.BgClassName
{
background-color: #DF8F1B;
}
</style>
border-color css
<style>
span { border-color: #DF8F1B; }
span { border-color: rgb(223,143,27); }
td.TdClassName
{
border-color: #DF8F1B;
}
.TagClassName
{
border-color: #DF8F1B;
}
</style>