Shades of Buttercup #DF901C
Tints of Buttercup #DF901C
RGB
CMYK
RGB Variations
Color information
#DF901C (or 0xDF901C) is known color: Buttercup. HEX triplet: DF, 90 and 1C. RGB value is (223,144,28). Sum of RGB (Red+Green+Blue) = 223+144+28=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF901C is #206FE3. Grayscale: #9A9A9A. Windows color (decimal): -2125796 or 1872095. OLE color: 1872095.
HSL color Cylindrical-coordinate representation of color #DF901C: hue angle of 35.69º 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 #DF901C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 28 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.13 |
| HSL | 35.69º | 0.78% | 0.49% | - |
| HSV(B) | 35.69º | 0.87% | 0.87% | - |
| XYZ | 40.61 | 35.72 | 5.85 | - |
| YUV | 154.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 28 | 0 | 0.35 | 0.87 | 0.13 | 35.69 | 0.78 | 0.49 |
| Hex | DF | 90 | 1C | 0 | 23 | 57 | D | 24 | 4E | 31 |
| Octal | 337 | 220 | 34 | 0 | 43 | 127 | 15 | 44 | 116 | 61 |
| Binary | 11011111 | 10010000 | 11100 | 0 | 100011 | 1010111 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DF901C
Complementary color
Monochromatic Colors of #DF901C
Black with #DF901C
Text Example
Text Example
White with #DF901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF901C; }
p { color: rgb(223,144,28); }
H1.HeaderClassName
{
color: #DF901C;
}
.AnyTagClassName
{
color: #DF901C;
}
</style>
background-color css
<style>
a { background-color: #DF901C; }
a { background-color: rgb(223,144,28); }
div.DivClassName
{
background-color: #DF901C;
}
.BgClassName
{
background-color: #DF901C;
}
</style>
border-color css
<style>
span { border-color: #DF901C; }
span { border-color: rgb(223,144,28); }
td.TdClassName
{
border-color: #DF901C;
}
.TagClassName
{
border-color: #DF901C;
}
</style>