Shades of Buttercup #D4942D
Tints of Buttercup #D4942D
RGB
CMYK
RGB Variations
Color information
#D4942D (or 0xD4942D) is known color: Buttercup. HEX triplet: D4, 94 and 2D. RGB value is (212,148,45). Sum of RGB (Red+Green+Blue) = 212+148+45=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4942D is #2B6BD2. Grayscale: #9B9B9B. Windows color (decimal): -2845651 or 2987220. OLE color: 2987220.
HSL color Cylindrical-coordinate representation of color #D4942D: hue angle of 37.01º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4942D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 45 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.17 |
| HSL | 37.01º | 0.66% | 0.5% | - |
| HSV(B) | 37.01º | 0.79% | 0.83% | - |
| XYZ | 38.21 | 35.37 | 7.29 | - |
| YUV | 155.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 45 | 0 | 0.30 | 0.79 | 0.17 | 37.01 | 0.66 | 0.5 |
| Hex | D4 | 94 | 2D | 0 | 1E | 4F | 11 | 25 | 42 | 32 |
| Octal | 324 | 224 | 55 | 0 | 36 | 117 | 21 | 45 | 102 | 62 |
| Binary | 11010100 | 10010100 | 101101 | 0 | 11110 | 1001111 | 10001 | 100101 | 1000010 | 110010 |
Color Harmonies of #D4942D
Complementary color
Monochromatic Colors of #D4942D
Black with #D4942D
Text Example
Text Example
White with #D4942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4942D; }
p { color: rgb(212,148,45); }
H1.HeaderClassName
{
color: #D4942D;
}
.AnyTagClassName
{
color: #D4942D;
}
</style>
background-color css
<style>
a { background-color: #D4942D; }
a { background-color: rgb(212,148,45); }
div.DivClassName
{
background-color: #D4942D;
}
.BgClassName
{
background-color: #D4942D;
}
</style>
border-color css
<style>
span { border-color: #D4942D; }
span { border-color: rgb(212,148,45); }
td.TdClassName
{
border-color: #D4942D;
}
.TagClassName
{
border-color: #D4942D;
}
</style>