Shades of Buttercup #D0982C
Tints of Buttercup #D0982C
RGB
CMYK
RGB Variations
Color information
#D0982C (or 0xD0982C) is known color: Buttercup. HEX triplet: D0, 98 and 2C. RGB value is (208,152,44). Sum of RGB (Red+Green+Blue) = 208+152+44=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0982C is #2F67D3. Grayscale: #9C9C9C. Windows color (decimal): -3106772 or 2922704. OLE color: 2922704.
HSL color Cylindrical-coordinate representation of color #D0982C: hue angle of 39.51º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0982C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.18 |
| HSL | 39.51º | 0.65% | 0.49% | - |
| HSV(B) | 39.51º | 0.79% | 0.82% | - |
| XYZ | 37.7 | 36.05 | 7.35 | - |
| YUV | 156.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 44 | 0 | 0.27 | 0.79 | 0.18 | 39.51 | 0.65 | 0.49 |
| Hex | D0 | 98 | 2C | 0 | 1B | 4F | 12 | 28 | 41 | 31 |
| Octal | 320 | 230 | 54 | 0 | 33 | 117 | 22 | 50 | 101 | 61 |
| Binary | 11010000 | 10011000 | 101100 | 0 | 11011 | 1001111 | 10010 | 101000 | 1000001 | 110001 |
Color Harmonies of #D0982C
Complementary color
Monochromatic Colors of #D0982C
Black with #D0982C
Text Example
Text Example
White with #D0982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0982C; }
p { color: rgb(208,152,44); }
H1.HeaderClassName
{
color: #D0982C;
}
.AnyTagClassName
{
color: #D0982C;
}
</style>
background-color css
<style>
a { background-color: #D0982C; }
a { background-color: rgb(208,152,44); }
div.DivClassName
{
background-color: #D0982C;
}
.BgClassName
{
background-color: #D0982C;
}
</style>
border-color css
<style>
span { border-color: #D0982C; }
span { border-color: rgb(208,152,44); }
td.TdClassName
{
border-color: #D0982C;
}
.TagClassName
{
border-color: #D0982C;
}
</style>