Shades of Buttercup #D28F17
Tints of Buttercup #D28F17
RGB
CMYK
RGB Variations
Color information
#D28F17 (or 0xD28F17) is known color: Buttercup. HEX triplet: D2, 8F and 17. RGB value is (210,143,23). Sum of RGB (Red+Green+Blue) = 210+143+23=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F17 is #2D70E8. Grayscale: #959595. Windows color (decimal): -2978025 or 1544146. OLE color: 1544146.
HSL color Cylindrical-coordinate representation of color #D28F17: hue angle of 38.5º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D28F17 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 23 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.18 |
| HSL | 38.5º | 0.8% | 0.46% | - |
| HSV(B) | 38.5º | 0.89% | 0.82% | - |
| XYZ | 36.56 | 33.41 | 5.33 | - |
| YUV | 149.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 23 | 0 | 0.32 | 0.89 | 0.18 | 38.5 | 0.8 | 0.46 |
| Hex | D2 | 8F | 17 | 0 | 20 | 59 | 12 | 27 | 50 | 2E |
| Octal | 322 | 217 | 27 | 0 | 40 | 131 | 22 | 47 | 120 | 56 |
| Binary | 11010010 | 10001111 | 10111 | 0 | 100000 | 1011001 | 10010 | 100111 | 1010000 | 101110 |
Color Harmonies of #D28F17
Complementary color
Monochromatic Colors of #D28F17
Black with #D28F17
Text Example
Text Example
White with #D28F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F17; }
p { color: rgb(210,143,23); }
H1.HeaderClassName
{
color: #D28F17;
}
.AnyTagClassName
{
color: #D28F17;
}
</style>
background-color css
<style>
a { background-color: #D28F17; }
a { background-color: rgb(210,143,23); }
div.DivClassName
{
background-color: #D28F17;
}
.BgClassName
{
background-color: #D28F17;
}
</style>
border-color css
<style>
span { border-color: #D28F17; }
span { border-color: rgb(210,143,23); }
td.TdClassName
{
border-color: #D28F17;
}
.TagClassName
{
border-color: #D28F17;
}
</style>