Shades of Buttercup #D6922D
Tints of Buttercup #D6922D
RGB
CMYK
RGB Variations
Color information
#D6922D (or 0xD6922D) is known color: Buttercup. HEX triplet: D6, 92 and 2D. RGB value is (214,146,45). Sum of RGB (Red+Green+Blue) = 214+146+45=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6922D is #296DD2. Grayscale: #9B9B9B. Windows color (decimal): -2715091 or 2986710. OLE color: 2986710.
HSL color Cylindrical-coordinate representation of color #D6922D: hue angle of 35.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6922D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 45 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.16 |
| HSL | 35.86º | 0.67% | 0.51% | - |
| HSV(B) | 35.86º | 0.79% | 0.84% | - |
| XYZ | 38.48 | 35.04 | 7.22 | - |
| YUV | 154.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 45 | 0 | 0.32 | 0.79 | 0.16 | 35.86 | 0.67 | 0.51 |
| Hex | D6 | 92 | 2D | 0 | 20 | 4F | 10 | 24 | 43 | 33 |
| Octal | 326 | 222 | 55 | 0 | 40 | 117 | 20 | 44 | 103 | 63 |
| Binary | 11010110 | 10010010 | 101101 | 0 | 100000 | 1001111 | 10000 | 100100 | 1000011 | 110011 |
Color Harmonies of #D6922D
Complementary color
Monochromatic Colors of #D6922D
Black with #D6922D
Text Example
Text Example
White with #D6922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6922D; }
p { color: rgb(214,146,45); }
H1.HeaderClassName
{
color: #D6922D;
}
.AnyTagClassName
{
color: #D6922D;
}
</style>
background-color css
<style>
a { background-color: #D6922D; }
a { background-color: rgb(214,146,45); }
div.DivClassName
{
background-color: #D6922D;
}
.BgClassName
{
background-color: #D6922D;
}
</style>
border-color css
<style>
span { border-color: #D6922D; }
span { border-color: rgb(214,146,45); }
td.TdClassName
{
border-color: #D6922D;
}
.TagClassName
{
border-color: #D6922D;
}
</style>