Shades of Buttercup #D98C2D
Tints of Buttercup #D98C2D
RGB
CMYK
RGB Variations
Color information
#D98C2D (or 0xD98C2D) is known color: Buttercup. HEX triplet: D9, 8C and 2D. RGB value is (217,140,45). Sum of RGB (Red+Green+Blue) = 217+140+45=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C2D is #2673D2. Grayscale: #989898. Windows color (decimal): -2520019 or 2985177. OLE color: 2985177.
HSL color Cylindrical-coordinate representation of color #D98C2D: hue angle of 33.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D98C2D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 45 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.15 |
| HSL | 33.14º | 0.69% | 0.51% | - |
| HSV(B) | 33.14º | 0.79% | 0.85% | - |
| XYZ | 38.47 | 33.7 | 6.96 | - |
| YUV | 152.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 45 | 0 | 0.35 | 0.79 | 0.15 | 33.14 | 0.69 | 0.51 |
| Hex | D9 | 8C | 2D | 0 | 23 | 4F | F | 21 | 45 | 33 |
| Octal | 331 | 214 | 55 | 0 | 43 | 117 | 17 | 41 | 105 | 63 |
| Binary | 11011001 | 10001100 | 101101 | 0 | 100011 | 1001111 | 1111 | 100001 | 1000101 | 110011 |
Color Harmonies of #D98C2D
Complementary color
Monochromatic Colors of #D98C2D
Black with #D98C2D
Text Example
Text Example
White with #D98C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C2D; }
p { color: rgb(217,140,45); }
H1.HeaderClassName
{
color: #D98C2D;
}
.AnyTagClassName
{
color: #D98C2D;
}
</style>
background-color css
<style>
a { background-color: #D98C2D; }
a { background-color: rgb(217,140,45); }
div.DivClassName
{
background-color: #D98C2D;
}
.BgClassName
{
background-color: #D98C2D;
}
</style>
border-color css
<style>
span { border-color: #D98C2D; }
span { border-color: rgb(217,140,45); }
td.TdClassName
{
border-color: #D98C2D;
}
.TagClassName
{
border-color: #D98C2D;
}
</style>