Shades of Buttercup #D4931F
Tints of Buttercup #D4931F
RGB
CMYK
RGB Variations
Color information
#D4931F (or 0xD4931F) is known color: Buttercup. HEX triplet: D4, 93 and 1F. RGB value is (212,147,31). Sum of RGB (Red+Green+Blue) = 212+147+31=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4931F is #2B6CE0. Grayscale: #999999. Windows color (decimal): -2845921 or 2069460. OLE color: 2069460.
HSL color Cylindrical-coordinate representation of color #D4931F: hue angle of 38.45º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4931F is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 31 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.17 |
| HSL | 38.45º | 0.74% | 0.48% | - |
| HSV(B) | 38.45º | 0.85% | 0.83% | - |
| XYZ | 37.83 | 34.96 | 6.05 | - |
| YUV | 153.21 | 59.03 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 31 | 0 | 0.31 | 0.85 | 0.17 | 38.45 | 0.74 | 0.48 |
| Hex | D4 | 93 | 1F | 0 | 1F | 55 | 11 | 26 | 4A | 30 |
| Octal | 324 | 223 | 37 | 0 | 37 | 125 | 21 | 46 | 112 | 60 |
| Binary | 11010100 | 10010011 | 11111 | 0 | 11111 | 1010101 | 10001 | 100110 | 1001010 | 110000 |
Color Harmonies of #D4931F
Complementary color
Monochromatic Colors of #D4931F
Black with #D4931F
Text Example
Text Example
White with #D4931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4931F; }
p { color: rgb(212,147,31); }
H1.HeaderClassName
{
color: #D4931F;
}
.AnyTagClassName
{
color: #D4931F;
}
</style>
background-color css
<style>
a { background-color: #D4931F; }
a { background-color: rgb(212,147,31); }
div.DivClassName
{
background-color: #D4931F;
}
.BgClassName
{
background-color: #D4931F;
}
</style>
border-color css
<style>
span { border-color: #D4931F; }
span { border-color: rgb(212,147,31); }
td.TdClassName
{
border-color: #D4931F;
}
.TagClassName
{
border-color: #D4931F;
}
</style>