Shades of Buttercup #DF9533
Tints of Buttercup #DF9533
RGB
CMYK
RGB Variations
Color information
#DF9533 (or 0xDF9533) is known color: Buttercup. HEX triplet: DF, 95 and 33. RGB value is (223,149,51). Sum of RGB (Red+Green+Blue) = 223+149+51=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9533 is #206ACC. Grayscale: #A0A0A0. Windows color (decimal): -2124493 or 3380703. OLE color: 3380703.
HSL color Cylindrical-coordinate representation of color #DF9533: hue angle of 34.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF9533 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 51 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.13 |
| HSL | 34.19º | 0.73% | 0.54% | - |
| HSV(B) | 34.19º | 0.77% | 0.87% | - |
| XYZ | 41.78 | 37.42 | 8.15 | - |
| YUV | 159.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 51 | 0 | 0.33 | 0.77 | 0.13 | 34.19 | 0.73 | 0.54 |
| Hex | DF | 95 | 33 | 0 | 21 | 4D | D | 22 | 49 | 36 |
| Octal | 337 | 225 | 63 | 0 | 41 | 115 | 15 | 42 | 111 | 66 |
| Binary | 11011111 | 10010101 | 110011 | 0 | 100001 | 1001101 | 1101 | 100010 | 1001001 | 110110 |
Color Harmonies of #DF9533
Complementary color
Monochromatic Colors of #DF9533
Black with #DF9533
Text Example
Text Example
White with #DF9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9533; }
p { color: rgb(223,149,51); }
H1.HeaderClassName
{
color: #DF9533;
}
.AnyTagClassName
{
color: #DF9533;
}
</style>
background-color css
<style>
a { background-color: #DF9533; }
a { background-color: rgb(223,149,51); }
div.DivClassName
{
background-color: #DF9533;
}
.BgClassName
{
background-color: #DF9533;
}
</style>
border-color css
<style>
span { border-color: #DF9533; }
span { border-color: rgb(223,149,51); }
td.TdClassName
{
border-color: #DF9533;
}
.TagClassName
{
border-color: #DF9533;
}
</style>