Shades of Buttercup #D59F32
Tints of Buttercup #D59F32
RGB
CMYK
RGB Variations
Color information
#D59F32 (or 0xD59F32) is known color: Buttercup. HEX triplet: D5, 9F and 32. RGB value is (213,159,50). Sum of RGB (Red+Green+Blue) = 213+159+50=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F32 is #2A60CD. Grayscale: #A3A3A3. Windows color (decimal): -2777294 or 3317717. OLE color: 3317717.
HSL color Cylindrical-coordinate representation of color #D59F32: hue angle of 40.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59F32 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 50 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.16 |
| HSL | 40.12º | 0.66% | 0.52% | - |
| HSV(B) | 40.12º | 0.77% | 0.84% | - |
| XYZ | 40.41 | 39.17 | 8.45 | - |
| YUV | 162.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 50 | 0 | 0.25 | 0.77 | 0.16 | 40.12 | 0.66 | 0.52 |
| Hex | D5 | 9F | 32 | 0 | 19 | 4D | 10 | 28 | 42 | 34 |
| Octal | 325 | 237 | 62 | 0 | 31 | 115 | 20 | 50 | 102 | 64 |
| Binary | 11010101 | 10011111 | 110010 | 0 | 11001 | 1001101 | 10000 | 101000 | 1000010 | 110100 |
Color Harmonies of #D59F32
Complementary color
Monochromatic Colors of #D59F32
Black with #D59F32
Text Example
Text Example
White with #D59F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F32; }
p { color: rgb(213,159,50); }
H1.HeaderClassName
{
color: #D59F32;
}
.AnyTagClassName
{
color: #D59F32;
}
</style>
background-color css
<style>
a { background-color: #D59F32; }
a { background-color: rgb(213,159,50); }
div.DivClassName
{
background-color: #D59F32;
}
.BgClassName
{
background-color: #D59F32;
}
</style>
border-color css
<style>
span { border-color: #D59F32; }
span { border-color: rgb(213,159,50); }
td.TdClassName
{
border-color: #D59F32;
}
.TagClassName
{
border-color: #D59F32;
}
</style>