Shades of Buttercup #D28918
Tints of Buttercup #D28918
RGB
CMYK
RGB Variations
Color information
#D28918 (or 0xD28918) is known color: Buttercup. HEX triplet: D2, 89 and 18. RGB value is (210,137,24). Sum of RGB (Red+Green+Blue) = 210+137+24=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D28918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28918 is #2D76E7. Grayscale: #929292. Windows color (decimal): -2979560 or 1608146. OLE color: 1608146.
HSL color Cylindrical-coordinate representation of color #D28918: hue angle of 36.45º degrees, saturation: 0.79, 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 #D28918 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.18 |
| HSL | 36.45º | 0.79% | 0.46% | - |
| HSV(B) | 36.45º | 0.89% | 0.82% | - |
| XYZ | 35.69 | 31.66 | 5.09 | - |
| YUV | 145.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 24 | 0 | 0.35 | 0.89 | 0.18 | 36.45 | 0.79 | 0.46 |
| Hex | D2 | 89 | 18 | 0 | 23 | 59 | 12 | 24 | 4F | 2E |
| Octal | 322 | 211 | 30 | 0 | 43 | 131 | 22 | 44 | 117 | 56 |
| Binary | 11010010 | 10001001 | 11000 | 0 | 100011 | 1011001 | 10010 | 100100 | 1001111 | 101110 |
Color Harmonies of #D28918
Complementary color
Monochromatic Colors of #D28918
Black with #D28918
Text Example
Text Example
White with #D28918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28918; }
p { color: rgb(210,137,24); }
H1.HeaderClassName
{
color: #D28918;
}
.AnyTagClassName
{
color: #D28918;
}
</style>
background-color css
<style>
a { background-color: #D28918; }
a { background-color: rgb(210,137,24); }
div.DivClassName
{
background-color: #D28918;
}
.BgClassName
{
background-color: #D28918;
}
</style>
border-color css
<style>
span { border-color: #D28918; }
span { border-color: rgb(210,137,24); }
td.TdClassName
{
border-color: #D28918;
}
.TagClassName
{
border-color: #D28918;
}
</style>