Shades of Buttercup #D08D16
Tints of Buttercup #D08D16
RGB
CMYK
RGB Variations
Color information
#D08D16 (or 0xD08D16) is known color: Buttercup. HEX triplet: D0, 8D and 16. RGB value is (208,141,22). Sum of RGB (Red+Green+Blue) = 208+141+22=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D16 is #2F72E9. Grayscale: #949494. Windows color (decimal): -3109610 or 1478096. OLE color: 1478096.
HSL color Cylindrical-coordinate representation of color #D08D16: hue angle of 38.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D08D16 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.18 |
| HSL | 38.39º | 0.81% | 0.45% | - |
| HSV(B) | 38.39º | 0.89% | 0.82% | - |
| XYZ | 35.68 | 32.52 | 5.15 | - |
| YUV | 147.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 22 | 0 | 0.32 | 0.89 | 0.18 | 38.39 | 0.81 | 0.45 |
| Hex | D0 | 8D | 16 | 0 | 20 | 59 | 12 | 26 | 51 | 2D |
| Octal | 320 | 215 | 26 | 0 | 40 | 131 | 22 | 46 | 121 | 55 |
| Binary | 11010000 | 10001101 | 10110 | 0 | 100000 | 1011001 | 10010 | 100110 | 1010001 | 101101 |
Color Harmonies of #D08D16
Complementary color
Monochromatic Colors of #D08D16
Black with #D08D16
Text Example
Text Example
White with #D08D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D16; }
p { color: rgb(208,141,22); }
H1.HeaderClassName
{
color: #D08D16;
}
.AnyTagClassName
{
color: #D08D16;
}
</style>
background-color css
<style>
a { background-color: #D08D16; }
a { background-color: rgb(208,141,22); }
div.DivClassName
{
background-color: #D08D16;
}
.BgClassName
{
background-color: #D08D16;
}
</style>
border-color css
<style>
span { border-color: #D08D16; }
span { border-color: rgb(208,141,22); }
td.TdClassName
{
border-color: #D08D16;
}
.TagClassName
{
border-color: #D08D16;
}
</style>