Shades of Buttercup #DF9D25
Tints of Buttercup #DF9D25
RGB
CMYK
RGB Variations
Color information
#DF9D25 (or 0xDF9D25) is known color: Buttercup. HEX triplet: DF, 9D and 25. RGB value is (223,157,37). Sum of RGB (Red+Green+Blue) = 223+157+37=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9D25 is #2062DA. Grayscale: #A3A3A3. Windows color (decimal): -2122459 or 2465247. OLE color: 2465247.
HSL color Cylindrical-coordinate representation of color #DF9D25: hue angle of 38.71º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF9D25 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 37 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.13 |
| HSL | 38.71º | 0.74% | 0.51% | - |
| HSV(B) | 38.71º | 0.83% | 0.87% | - |
| XYZ | 42.82 | 39.94 | 7.2 | - |
| YUV | 163.05 | 56.87 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 37 | 0 | 0.30 | 0.83 | 0.13 | 38.71 | 0.74 | 0.51 |
| Hex | DF | 9D | 25 | 0 | 1E | 53 | D | 27 | 4A | 33 |
| Octal | 337 | 235 | 45 | 0 | 36 | 123 | 15 | 47 | 112 | 63 |
| Binary | 11011111 | 10011101 | 100101 | 0 | 11110 | 1010011 | 1101 | 100111 | 1001010 | 110011 |
Color Harmonies of #DF9D25
Complementary color
Monochromatic Colors of #DF9D25
Black with #DF9D25
Text Example
Text Example
White with #DF9D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D25; }
p { color: rgb(223,157,37); }
H1.HeaderClassName
{
color: #DF9D25;
}
.AnyTagClassName
{
color: #DF9D25;
}
</style>
background-color css
<style>
a { background-color: #DF9D25; }
a { background-color: rgb(223,157,37); }
div.DivClassName
{
background-color: #DF9D25;
}
.BgClassName
{
background-color: #DF9D25;
}
</style>
border-color css
<style>
span { border-color: #DF9D25; }
span { border-color: rgb(223,157,37); }
td.TdClassName
{
border-color: #DF9D25;
}
.TagClassName
{
border-color: #DF9D25;
}
</style>