Shades of Buttercup #D6931D
Tints of Buttercup #D6931D
RGB
CMYK
RGB Variations
Color information
#D6931D (or 0xD6931D) is known color: Buttercup. HEX triplet: D6, 93 and 1D. RGB value is (214,147,29). Sum of RGB (Red+Green+Blue) = 214+147+29=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6931D is #296CE2. Grayscale: #9A9A9A. Windows color (decimal): -2714851 or 1938390. OLE color: 1938390.
HSL color Cylindrical-coordinate representation of color #D6931D: hue angle of 38.27º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6931D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.16 |
| HSL | 38.27º | 0.76% | 0.48% | - |
| HSV(B) | 38.27º | 0.86% | 0.84% | - |
| XYZ | 38.39 | 35.25 | 5.94 | - |
| YUV | 153.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 29 | 0 | 0.31 | 0.86 | 0.16 | 38.27 | 0.76 | 0.48 |
| Hex | D6 | 93 | 1D | 0 | 1F | 56 | 10 | 26 | 4C | 30 |
| Octal | 326 | 223 | 35 | 0 | 37 | 126 | 20 | 46 | 114 | 60 |
| Binary | 11010110 | 10010011 | 11101 | 0 | 11111 | 1010110 | 10000 | 100110 | 1001100 | 110000 |
Color Harmonies of #D6931D
Complementary color
Monochromatic Colors of #D6931D
Black with #D6931D
Text Example
Text Example
White with #D6931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6931D; }
p { color: rgb(214,147,29); }
H1.HeaderClassName
{
color: #D6931D;
}
.AnyTagClassName
{
color: #D6931D;
}
</style>
background-color css
<style>
a { background-color: #D6931D; }
a { background-color: rgb(214,147,29); }
div.DivClassName
{
background-color: #D6931D;
}
.BgClassName
{
background-color: #D6931D;
}
</style>
border-color css
<style>
span { border-color: #D6931D; }
span { border-color: rgb(214,147,29); }
td.TdClassName
{
border-color: #D6931D;
}
.TagClassName
{
border-color: #D6931D;
}
</style>