Shades of Buttercup #DF901B
Tints of Buttercup #DF901B
RGB
CMYK
RGB Variations
Color information
#DF901B (or 0xDF901B) is known color: Buttercup. HEX triplet: DF, 90 and 1B. RGB value is (223,144,27). Sum of RGB (Red+Green+Blue) = 223+144+27=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF901B is #206FE4. Grayscale: #9A9A9A. Windows color (decimal): -2125797 or 1806559. OLE color: 1806559.
HSL color Cylindrical-coordinate representation of color #DF901B: hue angle of 35.82º 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 #DF901B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 27 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.13 |
| HSL | 35.82º | 0.78% | 0.49% | - |
| HSV(B) | 35.82º | 0.88% | 0.87% | - |
| XYZ | 40.6 | 35.71 | 5.79 | - |
| YUV | 154.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 27 | 0 | 0.35 | 0.88 | 0.13 | 35.82 | 0.78 | 0.49 |
| Hex | DF | 90 | 1B | 0 | 23 | 58 | D | 24 | 4E | 31 |
| Octal | 337 | 220 | 33 | 0 | 43 | 130 | 15 | 44 | 116 | 61 |
| Binary | 11011111 | 10010000 | 11011 | 0 | 100011 | 1011000 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DF901B
Complementary color
Monochromatic Colors of #DF901B
Black with #DF901B
Text Example
Text Example
White with #DF901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF901B; }
p { color: rgb(223,144,27); }
H1.HeaderClassName
{
color: #DF901B;
}
.AnyTagClassName
{
color: #DF901B;
}
</style>
background-color css
<style>
a { background-color: #DF901B; }
a { background-color: rgb(223,144,27); }
div.DivClassName
{
background-color: #DF901B;
}
.BgClassName
{
background-color: #DF901B;
}
</style>
border-color css
<style>
span { border-color: #DF901B; }
span { border-color: rgb(223,144,27); }
td.TdClassName
{
border-color: #DF901B;
}
.TagClassName
{
border-color: #DF901B;
}
</style>