Shades of Buttercup #D28F15
Tints of Buttercup #D28F15
RGB
CMYK
RGB Variations
Color information
#D28F15 (or 0xD28F15) is known color: Buttercup. HEX triplet: D2, 8F and 15. RGB value is (210,143,21). Sum of RGB (Red+Green+Blue) = 210+143+21=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F15 is #2D70EA. Grayscale: #959595. Windows color (decimal): -2978027 or 1413074. OLE color: 1413074.
HSL color Cylindrical-coordinate representation of color #D28F15: hue angle of 38.73º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D28F15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.18 |
| HSL | 38.73º | 0.82% | 0.45% | - |
| HSV(B) | 38.73º | 0.9% | 0.82% | - |
| XYZ | 36.54 | 33.4 | 5.23 | - |
| YUV | 149.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 21 | 0 | 0.32 | 0.90 | 0.18 | 38.73 | 0.82 | 0.45 |
| Hex | D2 | 8F | 15 | 0 | 20 | 5A | 12 | 27 | 52 | 2D |
| Octal | 322 | 217 | 25 | 0 | 40 | 132 | 22 | 47 | 122 | 55 |
| Binary | 11010010 | 10001111 | 10101 | 0 | 100000 | 1011010 | 10010 | 100111 | 1010010 | 101101 |
Color Harmonies of #D28F15
Complementary color
Monochromatic Colors of #D28F15
Black with #D28F15
Text Example
Text Example
White with #D28F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F15; }
p { color: rgb(210,143,21); }
H1.HeaderClassName
{
color: #D28F15;
}
.AnyTagClassName
{
color: #D28F15;
}
</style>
background-color css
<style>
a { background-color: #D28F15; }
a { background-color: rgb(210,143,21); }
div.DivClassName
{
background-color: #D28F15;
}
.BgClassName
{
background-color: #D28F15;
}
</style>
border-color css
<style>
span { border-color: #D28F15; }
span { border-color: rgb(210,143,21); }
td.TdClassName
{
border-color: #D28F15;
}
.TagClassName
{
border-color: #D28F15;
}
</style>