Shades of Buttercup #D09115
Tints of Buttercup #D09115
RGB
CMYK
RGB Variations
Color information
#D09115 (or 0xD09115) is known color: Buttercup. HEX triplet: D0, 91 and 15. RGB value is (208,145,21). Sum of RGB (Red+Green+Blue) = 208+145+21=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D09115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09115 is #2F6EEA. Grayscale: #969696. Windows color (decimal): -3108587 or 1413584. OLE color: 1413584.
HSL color Cylindrical-coordinate representation of color #D09115: hue angle of 39.79º 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 #D09115 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.18 |
| HSL | 39.79º | 0.82% | 0.45% | - |
| HSV(B) | 39.79º | 0.9% | 0.82% | - |
| XYZ | 36.27 | 33.71 | 5.31 | - |
| YUV | 149.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 21 | 0 | 0.30 | 0.90 | 0.18 | 39.79 | 0.82 | 0.45 |
| Hex | D0 | 91 | 15 | 0 | 1E | 5A | 12 | 28 | 52 | 2D |
| Octal | 320 | 221 | 25 | 0 | 36 | 132 | 22 | 50 | 122 | 55 |
| Binary | 11010000 | 10010001 | 10101 | 0 | 11110 | 1011010 | 10010 | 101000 | 1010010 | 101101 |
Color Harmonies of #D09115
Complementary color
Monochromatic Colors of #D09115
Black with #D09115
Text Example
Text Example
White with #D09115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09115; }
p { color: rgb(208,145,21); }
H1.HeaderClassName
{
color: #D09115;
}
.AnyTagClassName
{
color: #D09115;
}
</style>
background-color css
<style>
a { background-color: #D09115; }
a { background-color: rgb(208,145,21); }
div.DivClassName
{
background-color: #D09115;
}
.BgClassName
{
background-color: #D09115;
}
</style>
border-color css
<style>
span { border-color: #D09115; }
span { border-color: rgb(208,145,21); }
td.TdClassName
{
border-color: #D09115;
}
.TagClassName
{
border-color: #D09115;
}
</style>