Shades of Buttercup #D6922C
Tints of Buttercup #D6922C
RGB
CMYK
RGB Variations
Color information
#D6922C (or 0xD6922C) is known color: Buttercup. HEX triplet: D6, 92 and 2C. RGB value is (214,146,44). Sum of RGB (Red+Green+Blue) = 214+146+44=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6922C is #296DD3. Grayscale: #9B9B9B. Windows color (decimal): -2715092 or 2921174. OLE color: 2921174.
HSL color Cylindrical-coordinate representation of color #D6922C: hue angle of 36º 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 #D6922C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 44 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.16 |
| HSL | 36º | 0.67% | 0.51% | - |
| HSV(B) | 36º | 0.79% | 0.84% | - |
| XYZ | 38.47 | 35.04 | 7.12 | - |
| YUV | 154.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 44 | 0 | 0.32 | 0.79 | 0.16 | 36 | 0.67 | 0.51 |
| Hex | D6 | 92 | 2C | 0 | 20 | 4F | 10 | 24 | 43 | 33 |
| Octal | 326 | 222 | 54 | 0 | 40 | 117 | 20 | 44 | 103 | 63 |
| Binary | 11010110 | 10010010 | 101100 | 0 | 100000 | 1001111 | 10000 | 100100 | 1000011 | 110011 |
Color Harmonies of #D6922C
Complementary color
Monochromatic Colors of #D6922C
Black with #D6922C
Text Example
Text Example
White with #D6922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6922C; }
p { color: rgb(214,146,44); }
H1.HeaderClassName
{
color: #D6922C;
}
.AnyTagClassName
{
color: #D6922C;
}
</style>
background-color css
<style>
a { background-color: #D6922C; }
a { background-color: rgb(214,146,44); }
div.DivClassName
{
background-color: #D6922C;
}
.BgClassName
{
background-color: #D6922C;
}
</style>
border-color css
<style>
span { border-color: #D6922C; }
span { border-color: rgb(214,146,44); }
td.TdClassName
{
border-color: #D6922C;
}
.TagClassName
{
border-color: #D6922C;
}
</style>