Shades of Buttercup #D08C16
Tints of Buttercup #D08C16
RGB
CMYK
RGB Variations
Color information
#D08C16 (or 0xD08C16) is known color: Buttercup. HEX triplet: D0, 8C and 16. RGB value is (208,140,22). Sum of RGB (Red+Green+Blue) = 208+140+22=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C16 is #2F73E9. Grayscale: #939393. Windows color (decimal): -3109866 or 1477840. OLE color: 1477840.
HSL color Cylindrical-coordinate representation of color #D08C16: hue angle of 38.06º 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 #D08C16 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.18 |
| HSL | 38.06º | 0.81% | 0.45% | - |
| HSV(B) | 38.06º | 0.89% | 0.82% | - |
| XYZ | 35.54 | 32.22 | 5.11 | - |
| YUV | 146.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 22 | 0 | 0.33 | 0.89 | 0.18 | 38.06 | 0.81 | 0.45 |
| Hex | D0 | 8C | 16 | 0 | 21 | 59 | 12 | 26 | 51 | 2D |
| Octal | 320 | 214 | 26 | 0 | 41 | 131 | 22 | 46 | 121 | 55 |
| Binary | 11010000 | 10001100 | 10110 | 0 | 100001 | 1011001 | 10010 | 100110 | 1010001 | 101101 |
Color Harmonies of #D08C16
Complementary color
Monochromatic Colors of #D08C16
Black with #D08C16
Text Example
Text Example
White with #D08C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C16; }
p { color: rgb(208,140,22); }
H1.HeaderClassName
{
color: #D08C16;
}
.AnyTagClassName
{
color: #D08C16;
}
</style>
background-color css
<style>
a { background-color: #D08C16; }
a { background-color: rgb(208,140,22); }
div.DivClassName
{
background-color: #D08C16;
}
.BgClassName
{
background-color: #D08C16;
}
</style>
border-color css
<style>
span { border-color: #D08C16; }
span { border-color: rgb(208,140,22); }
td.TdClassName
{
border-color: #D08C16;
}
.TagClassName
{
border-color: #D08C16;
}
</style>