Shades of Buttercup #D08B16
Tints of Buttercup #D08B16
RGB
CMYK
RGB Variations
Color information
#D08B16 (or 0xD08B16) is known color: Buttercup. HEX triplet: D0, 8B and 16. RGB value is (208,139,22). Sum of RGB (Red+Green+Blue) = 208+139+22=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08B16 is #2F74E9. Grayscale: #929292. Windows color (decimal): -3110122 or 1477584. OLE color: 1477584.
HSL color Cylindrical-coordinate representation of color #D08B16: hue angle of 37.74º 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 #D08B16 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.18 |
| HSL | 37.74º | 0.81% | 0.45% | - |
| HSV(B) | 37.74º | 0.89% | 0.82% | - |
| XYZ | 35.39 | 31.93 | 5.06 | - |
| YUV | 146.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 22 | 0 | 0.33 | 0.89 | 0.18 | 37.74 | 0.81 | 0.45 |
| Hex | D0 | 8B | 16 | 0 | 21 | 59 | 12 | 26 | 51 | 2D |
| Octal | 320 | 213 | 26 | 0 | 41 | 131 | 22 | 46 | 121 | 55 |
| Binary | 11010000 | 10001011 | 10110 | 0 | 100001 | 1011001 | 10010 | 100110 | 1010001 | 101101 |
Color Harmonies of #D08B16
Complementary color
Monochromatic Colors of #D08B16
Black with #D08B16
Text Example
Text Example
White with #D08B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08B16; }
p { color: rgb(208,139,22); }
H1.HeaderClassName
{
color: #D08B16;
}
.AnyTagClassName
{
color: #D08B16;
}
</style>
background-color css
<style>
a { background-color: #D08B16; }
a { background-color: rgb(208,139,22); }
div.DivClassName
{
background-color: #D08B16;
}
.BgClassName
{
background-color: #D08B16;
}
</style>
border-color css
<style>
span { border-color: #D08B16; }
span { border-color: rgb(208,139,22); }
td.TdClassName
{
border-color: #D08B16;
}
.TagClassName
{
border-color: #D08B16;
}
</style>