Shades of Buttercup #D2941D
Tints of Buttercup #D2941D
RGB
CMYK
RGB Variations
Color information
#D2941D (or 0xD2941D) is known color: Buttercup. HEX triplet: D2, 94 and 1D. RGB value is (210,148,29). Sum of RGB (Red+Green+Blue) = 210+148+29=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2941D is #2D6BE2. Grayscale: #999999. Windows color (decimal): -2976739 or 1938642. OLE color: 1938642.
HSL color Cylindrical-coordinate representation of color #D2941D: hue angle of 39.45º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2941D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 29 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.18 |
| HSL | 39.45º | 0.76% | 0.47% | - |
| HSV(B) | 39.45º | 0.86% | 0.82% | - |
| XYZ | 37.39 | 34.97 | 5.94 | - |
| YUV | 152.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 29 | 0 | 0.30 | 0.86 | 0.18 | 39.45 | 0.76 | 0.47 |
| Hex | D2 | 94 | 1D | 0 | 1E | 56 | 12 | 27 | 4C | 2F |
| Octal | 322 | 224 | 35 | 0 | 36 | 126 | 22 | 47 | 114 | 57 |
| Binary | 11010010 | 10010100 | 11101 | 0 | 11110 | 1010110 | 10010 | 100111 | 1001100 | 101111 |
Color Harmonies of #D2941D
Complementary color
Monochromatic Colors of #D2941D
Black with #D2941D
Text Example
Text Example
White with #D2941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2941D; }
p { color: rgb(210,148,29); }
H1.HeaderClassName
{
color: #D2941D;
}
.AnyTagClassName
{
color: #D2941D;
}
</style>
background-color css
<style>
a { background-color: #D2941D; }
a { background-color: rgb(210,148,29); }
div.DivClassName
{
background-color: #D2941D;
}
.BgClassName
{
background-color: #D2941D;
}
</style>
border-color css
<style>
span { border-color: #D2941D; }
span { border-color: rgb(210,148,29); }
td.TdClassName
{
border-color: #D2941D;
}
.TagClassName
{
border-color: #D2941D;
}
</style>