Shades of Buttercup #DF9C32
Tints of Buttercup #DF9C32
RGB
CMYK
RGB Variations
Color information
#DF9C32 (or 0xDF9C32) is known color: Buttercup. HEX triplet: DF, 9C and 32. RGB value is (223,156,50). Sum of RGB (Red+Green+Blue) = 223+156+50=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9C32 is #2063CD. Grayscale: #A4A4A4. Windows color (decimal): -2122702 or 3316959. OLE color: 3316959.
HSL color Cylindrical-coordinate representation of color #DF9C32: hue angle of 36.76º 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 #DF9C32 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 50 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.13 |
| HSL | 36.76º | 0.73% | 0.54% | - |
| HSV(B) | 36.76º | 0.78% | 0.87% | - |
| XYZ | 42.9 | 39.7 | 8.42 | - |
| YUV | 163.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 50 | 0 | 0.30 | 0.78 | 0.13 | 36.76 | 0.73 | 0.54 |
| Hex | DF | 9C | 32 | 0 | 1E | 4E | D | 25 | 49 | 36 |
| Octal | 337 | 234 | 62 | 0 | 36 | 116 | 15 | 45 | 111 | 66 |
| Binary | 11011111 | 10011100 | 110010 | 0 | 11110 | 1001110 | 1101 | 100101 | 1001001 | 110110 |
Color Harmonies of #DF9C32
Complementary color
Monochromatic Colors of #DF9C32
Black with #DF9C32
Text Example
Text Example
White with #DF9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C32; }
p { color: rgb(223,156,50); }
H1.HeaderClassName
{
color: #DF9C32;
}
.AnyTagClassName
{
color: #DF9C32;
}
</style>
background-color css
<style>
a { background-color: #DF9C32; }
a { background-color: rgb(223,156,50); }
div.DivClassName
{
background-color: #DF9C32;
}
.BgClassName
{
background-color: #DF9C32;
}
</style>
border-color css
<style>
span { border-color: #DF9C32; }
span { border-color: rgb(223,156,50); }
td.TdClassName
{
border-color: #DF9C32;
}
.TagClassName
{
border-color: #DF9C32;
}
</style>