Shades of Buttercup #D6921E
Tints of Buttercup #D6921E
RGB
CMYK
RGB Variations
Color information
#D6921E (or 0xD6921E) is known color: Buttercup. HEX triplet: D6, 92 and 1E. RGB value is (214,146,30). Sum of RGB (Red+Green+Blue) = 214+146+30=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6921E is #296DE1. Grayscale: #999999. Windows color (decimal): -2715106 or 2003670. OLE color: 2003670.
HSL color Cylindrical-coordinate representation of color #D6921E: hue angle of 37.83º degrees, saturation: 0.75, 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 #D6921E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.16 |
| HSL | 37.83º | 0.75% | 0.48% | - |
| HSV(B) | 37.83º | 0.86% | 0.84% | - |
| XYZ | 38.24 | 34.95 | 5.96 | - |
| YUV | 153.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 30 | 0 | 0.32 | 0.86 | 0.16 | 37.83 | 0.75 | 0.48 |
| Hex | D6 | 92 | 1E | 0 | 20 | 56 | 10 | 26 | 4B | 30 |
| Octal | 326 | 222 | 36 | 0 | 40 | 126 | 20 | 46 | 113 | 60 |
| Binary | 11010110 | 10010010 | 11110 | 0 | 100000 | 1010110 | 10000 | 100110 | 1001011 | 110000 |
Color Harmonies of #D6921E
Complementary color
Monochromatic Colors of #D6921E
Black with #D6921E
Text Example
Text Example
White with #D6921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6921E; }
p { color: rgb(214,146,30); }
H1.HeaderClassName
{
color: #D6921E;
}
.AnyTagClassName
{
color: #D6921E;
}
</style>
background-color css
<style>
a { background-color: #D6921E; }
a { background-color: rgb(214,146,30); }
div.DivClassName
{
background-color: #D6921E;
}
.BgClassName
{
background-color: #D6921E;
}
</style>
border-color css
<style>
span { border-color: #D6921E; }
span { border-color: rgb(214,146,30); }
td.TdClassName
{
border-color: #D6921E;
}
.TagClassName
{
border-color: #D6921E;
}
</style>