Shades of Buttercup #D0981D
Tints of Buttercup #D0981D
RGB
CMYK
RGB Variations
Color information
#D0981D (or 0xD0981D) is known color: Buttercup. HEX triplet: D0, 98 and 1D. RGB value is (208,152,29). Sum of RGB (Red+Green+Blue) = 208+152+29=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0981D is #2F67E2. Grayscale: #9B9B9B. Windows color (decimal): -3106787 or 1939664. OLE color: 1939664.
HSL color Cylindrical-coordinate representation of color #D0981D: hue angle of 41.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0981D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 29 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.18 |
| HSL | 41.23º | 0.76% | 0.46% | - |
| HSV(B) | 41.23º | 0.86% | 0.82% | - |
| XYZ | 37.46 | 35.96 | 6.13 | - |
| YUV | 154.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 29 | 0 | 0.27 | 0.86 | 0.18 | 41.23 | 0.76 | 0.46 |
| Hex | D0 | 98 | 1D | 0 | 1B | 56 | 12 | 29 | 4C | 2E |
| Octal | 320 | 230 | 35 | 0 | 33 | 126 | 22 | 51 | 114 | 56 |
| Binary | 11010000 | 10011000 | 11101 | 0 | 11011 | 1010110 | 10010 | 101001 | 1001100 | 101110 |
Color Harmonies of #D0981D
Complementary color
Monochromatic Colors of #D0981D
Black with #D0981D
Text Example
Text Example
White with #D0981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0981D; }
p { color: rgb(208,152,29); }
H1.HeaderClassName
{
color: #D0981D;
}
.AnyTagClassName
{
color: #D0981D;
}
</style>
background-color css
<style>
a { background-color: #D0981D; }
a { background-color: rgb(208,152,29); }
div.DivClassName
{
background-color: #D0981D;
}
.BgClassName
{
background-color: #D0981D;
}
</style>
border-color css
<style>
span { border-color: #D0981D; }
span { border-color: rgb(208,152,29); }
td.TdClassName
{
border-color: #D0981D;
}
.TagClassName
{
border-color: #D0981D;
}
</style>