Shades of Buttercup #DF9832
Tints of Buttercup #DF9832
RGB
CMYK
RGB Variations
Color information
#DF9832 (or 0xDF9832) is known color: Buttercup. HEX triplet: DF, 98 and 32. RGB value is (223,152,50). Sum of RGB (Red+Green+Blue) = 223+152+50=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9832 is #2067CD. Grayscale: #A2A2A2. Windows color (decimal): -2123726 or 3315935. OLE color: 3315935.
HSL color Cylindrical-coordinate representation of color #DF9832: hue angle of 35.38º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9832 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 50 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.13 |
| HSL | 35.38º | 0.73% | 0.54% | - |
| HSV(B) | 35.38º | 0.78% | 0.87% | - |
| XYZ | 42.24 | 38.37 | 8.2 | - |
| YUV | 161.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 50 | 0 | 0.32 | 0.78 | 0.13 | 35.38 | 0.73 | 0.54 |
| Hex | DF | 98 | 32 | 0 | 20 | 4E | D | 23 | 49 | 36 |
| Octal | 337 | 230 | 62 | 0 | 40 | 116 | 15 | 43 | 111 | 66 |
| Binary | 11011111 | 10011000 | 110010 | 0 | 100000 | 1001110 | 1101 | 100011 | 1001001 | 110110 |
Color Harmonies of #DF9832
Complementary color
Monochromatic Colors of #DF9832
Black with #DF9832
Text Example
Text Example
White with #DF9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9832; }
p { color: rgb(223,152,50); }
H1.HeaderClassName
{
color: #DF9832;
}
.AnyTagClassName
{
color: #DF9832;
}
</style>
background-color css
<style>
a { background-color: #DF9832; }
a { background-color: rgb(223,152,50); }
div.DivClassName
{
background-color: #DF9832;
}
.BgClassName
{
background-color: #DF9832;
}
</style>
border-color css
<style>
span { border-color: #DF9832; }
span { border-color: rgb(223,152,50); }
td.TdClassName
{
border-color: #DF9832;
}
.TagClassName
{
border-color: #DF9832;
}
</style>